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

    r574 r575  
    1 unit UCommThread;
    2 
    3 {$mode Delphi}{$H+}
     1unit CommThread;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, blcksock, UCommPin, SyncObjs, UCommon,
    9   DateUtils, UThreading, SpecializedList, UBinarySerializer;
     6  Classes, SysUtils, blcksock, CommPin, SyncObjs, Common,
     7  DateUtils, Threading, SpecializedList, BinarySerializer;
    108
    119type
     
    4947    destructor Destroy; override;
    5048  end;
     49
    5150
    5251implementation
     
    188187destructor TCommThreadReceiveThread.Destroy;
    189188begin
    190   Stream.Free;
     189  FreeAndNil(Stream);
    191190  inherited;
    192191end;
Note: See TracChangeset for help on using the changeset viewer.