Changeset 413 for PinConnection/PinConnection.pas
- Timestamp:
- Aug 16, 2012, 12:59:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/PinConnection.pas
r411 r413 10 10 USerialPort, UPacketBurst, UCommFrame, UCommHub, UCommPin, UCommSerialPort, 11 11 UCommThread, UCommConcentrator, UCommDelay, UCommTCPClient, UCommTCPServer, 12 UCommTelnet, UCommTelnetComPortOption, UCommMark, LazarusPackageIntf; 12 UCommTelnet, UCommTelnetComPortOption, UCommMark, UPinConnection, 13 LazarusPackageIntf; 13 14 14 15 implementation … … 16 17 procedure Register; 17 18 begin 19 RegisterUnit('UPinConnection', @UPinConnection.Register); 18 20 end; 19 21
Note:
See TracChangeset
for help on using the changeset viewer.