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/Protocols/CommProtocol1.pas

    r574 r575  
    1 unit UCommProtocol1;
    2 
    3 {$mode delphi}
     1unit CommProtocol1;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UVarBlockSerializer, syncobjs, UCommPin, UThreading,
    9   UDebugLog, UStreamHelper, StopWatch, SpecializedList, UCommon,
    10   DateUtils;
     6  Classes, SysUtils, VarBlockSerializer, syncobjs, CommPin, Threading,
     7  DebugLog, StreamHelper, StopWatch, SpecializedList, Common, DateUtils;
    118
    129type
     
    134131  SProtocolDecodeError = 'Data decode error';
    135132  SProtocolNotActive = 'Device protocol not active';
     133
    136134
    137135implementation
     
    547545
    548546  Lock.Free;
    549   inherited Destroy;
     547  inherited;
    550548end;
    551549
Note: See TracChangeset for help on using the changeset viewer.