Changeset 5 for trunk/UAttendance.pas
- Timestamp:
- Nov 14, 2012, 8:53:05 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 Dochazka.lps 2 Dochazka.dbg 3 Dochazka.exe 4 heaptrclog.trc 5 lib
-
- Property svn:ignore
-
trunk/UAttendance.pas
r3 r5 30 30 end; 31 31 32 TTerminalProtocol = class 33 Name: string; 34 end; 35 32 36 TTerminal = class 33 37 Id: string; … … 35 39 IPAddress: string; 36 40 Port: string; 37 Protocol: TProtocol; 38 end; 39 40 TTerminalProtocol = class 41 Name: string; 41 Protocol: TTerminalProtocol; 42 42 end; 43 43
Note:
See TracChangeset
for help on using the changeset viewer.