Ignore:
Timestamp:
Jun 25, 2024, 11:56:51 AM (3 months ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names of PinConnection package.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • PinConnection/CommConnector.pas

    r574 r575  
    1 unit UCommConnector;
    2 
    3 {$mode delphi}
     1unit CommConnector;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UCommPin, UCommSerialPort, UCommTCPClient, UCommThread,
    9   UCommHub, UCommTCPServer, UCommTelnet,
    10   UCommTelnetComPortOption;
     6  Classes, SysUtils, CommPin, CommSerialPort, CommTCPClient, CommThread,
     7  CommHub, CommTCPServer, CommTelnet, CommTelnetComPortOption;
    118
    129type
     
    4946    property Active: Boolean read FActive write SetActive;
    5047  end;
     48
    5149
    5250implementation
     
    149147end;
    150148
    151 
    152149constructor TDeviceConnector.Create;
    153150begin
     
    191188end;
    192189
    193 
    194 
    195190end.
    196191
Note: See TracChangeset for help on using the changeset viewer.