Changeset 575 for PinConnection/PinConnectionPackage.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/PinConnectionPackage.pas
r574 r575 3 3 } 4 4 5 unit PinConnection ;5 unit PinConnectionPackage; 6 6 7 {$warn 5023 off : no warning about unused units} 7 8 interface 8 9 9 10 uses 10 USerialPort, UPacketBurst, UCommFrame, UCommHub, UCommPin, UCommSerialPort,11 UCommThread, UCommConcentrator, UCommDelay, UCommTCPClient, UCommTCPServer,12 UCommTelnet, UCommTelnetComPortOption, UCommMark, UPinConnection,13 UCommConnector,LazarusPackageIntf;11 SerialPort, PacketBurst, CommFrame, CommHub, CommPin, CommSerialPort, 12 CommThread, CommConcentrator, CommDelay, CommTCPClient, CommTCPServer, 13 CommTelnet, CommTelnetComPortOption, CommMark, PinConnection, CommConnector, 14 LazarusPackageIntf; 14 15 15 16 implementation … … 17 18 procedure Register; 18 19 begin 19 RegisterUnit(' UPinConnection', @UPinConnection.Register);20 RegisterUnit('PinConnection', @PinConnection.Register); 20 21 end; 21 22
Note:
See TracChangeset
for help on using the changeset viewer.