Changeset 407 for PinConnection/PinConnection.pas
- Timestamp:
- Aug 14, 2012, 10:31:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/PinConnection.pas
r340 r407 3 3 } 4 4 5 unit PinConnection; 5 unit PinConnection; 6 6 7 7 interface … … 10 10 UCommFrame, UCommHub, UCommPin, UCommSerialPort, UCommThread, UPacketBurst, 11 11 USerialPort, UCommConcentrator, UCommDelay, UCommTCPClient, UCommTCPServer, 12 LazarusPackageIntf;12 UCommTelnet, UCommTelnetComPortOption, LazarusPackageIntf; 13 13 14 14 implementation 15 15 16 procedure Register; 16 procedure Register; 17 17 begin 18 end; 18 end; 19 19 20 20 initialization 21 RegisterPackage('PinConnection', @Register); 21 RegisterPackage('PinConnection', @Register); 22 22 end.
Note:
See TracChangeset
for help on using the changeset viewer.