Changeset 12 for trunk/SunriseChatCoreUnit.pas
- Timestamp:
- Feb 11, 2008, 11:37:07 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 *.~dsk 6 6 Network.cfg 7 Error.txt
-
- Property svn:ignore
-
trunk/SunriseChatCoreUnit.pas
r9 r12 114 114 TAddMessageMethod = procedure(EventType: TAppEventType; Room: TRoom; 115 115 const Args: array of const; RoomLine: TRoomLine) of object; 116 117 TSunriseChatProtocol = class118 public119 Version: Integer;120 SourceId: TClientIdentification;121 DestinationId: TClientIdentification;122 SequenceNumber: Integer;123 Command: TSystemCommand;124 125 end;126 116 127 117 TSunriseChatCore = class(TComponent)
Note:
See TracChangeset
for help on using the changeset viewer.