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

    r574 r575  
    1 unit UPacketBurst;
    2 
    3 {$mode Delphi}{$H+}
     1unit PacketBurst;
    42
    53interface
    64
    75uses
    8   Classes, UCommPin, SyncObjs, UCommon, SysUtils, SpecializedList,
    9   DateUtils, UBinarySerializer;
     6  Classes, CommPin, SyncObjs, Common, SysUtils, SpecializedList,
     7  DateUtils, BinarySerializer;
    108
    119type
     
    3937  end;
    4038
     39
    4140implementation
    4241
     
    5958begin
    6059  Active := False;
    61   SendThreadEvent.Free;
    62   PacketSinglePin.Free;
    63   PacketBurstPin.Free;
     60  FreeAndNil(SendThreadEvent);
     61  FreeAndNil(PacketSinglePin);
     62  FreeAndNil(PacketBurstPin);
    6463  inherited;
    6564end;
Note: See TracChangeset for help on using the changeset viewer.