Ignore:
Timestamp:
Feb 11, 2008, 11:37:07 AM (16 years ago)
Author:
george
Message:

Aktualizace: Vyměněna jednotka UWaitingDialog za novější UJobProgressView.
Opraveno: Chyba při vytváření souboru Error.txt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        55*.~dsk
        66Network.cfg
         7Error.txt
  • trunk/SunriseChatCoreUnit.pas

    r9 r12  
    114114  TAddMessageMethod = procedure(EventType: TAppEventType; Room: TRoom;
    115115    const Args: array of const; RoomLine: TRoomLine) of object;
    116 
    117   TSunriseChatProtocol = class
    118   public
    119     Version: Integer;
    120     SourceId: TClientIdentification;
    121     DestinationId: TClientIdentification;
    122     SequenceNumber: Integer;
    123     Command: TSystemCommand;
    124 
    125   end;
    126116
    127117  TSunriseChatCore = class(TComponent)
Note: See TracChangeset for help on using the changeset viewer.