| Line | |
|---|
| 1 | { This file was automatically created by Lazarus. Do not edit!
|
|---|
| 2 | This source is only used to compile and install the package.
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | unit PinConnectionPackage;
|
|---|
| 6 |
|
|---|
| 7 | {$warn 5023 off : no warning about unused units}
|
|---|
| 8 | interface
|
|---|
| 9 |
|
|---|
| 10 | uses
|
|---|
| 11 | SerialPort, PacketBurst, CommFrame, CommHub, CommPin, CommSerialPort,
|
|---|
| 12 | CommThread, CommConcentrator, CommDelay, CommTCPClient, CommTCPServer,
|
|---|
| 13 | CommTelnet, CommTelnetComPortOption, CommMark, PinConnection, CommConnector,
|
|---|
| 14 | LazarusPackageIntf;
|
|---|
| 15 |
|
|---|
| 16 | implementation
|
|---|
| 17 |
|
|---|
| 18 | procedure Register;
|
|---|
| 19 | begin
|
|---|
| 20 | RegisterUnit('PinConnection', @PinConnection.Register);
|
|---|
| 21 | end;
|
|---|
| 22 |
|
|---|
| 23 | initialization
|
|---|
| 24 | RegisterPackage('PinConnection', @Register);
|
|---|
| 25 | end.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.