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/CommTelnet.pas

    r574 r575  
    1 unit UCommTelnet;
    2 
    3 {$mode delphi}{$H+}
     1unit CommTelnet;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UCommPin, SpecializedList, DateUtils, Dialogs,
    9   UBinarySerializer;
     6  Classes, SysUtils, CommPin, SpecializedList, DateUtils, Dialogs,
     7  BinarySerializer;
    108
    119type
     
    469467  FreeAndNil(RawPin);
    470468  FreeAndNil(FResponses);
    471   inherited Destroy;
     469  inherited;
    472470end;
    473471
Note: See TracChangeset for help on using the changeset viewer.