Changeset 575 for PinConnection/CommTelnet.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/CommTelnet.pas
r574 r575 1 unit UCommTelnet; 2 3 {$mode delphi}{$H+} 1 unit CommTelnet; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UCommPin, SpecializedList, DateUtils, Dialogs,9 UBinarySerializer;6 Classes, SysUtils, CommPin, SpecializedList, DateUtils, Dialogs, 7 BinarySerializer; 10 8 11 9 type … … 469 467 FreeAndNil(RawPin); 470 468 FreeAndNil(FResponses); 471 inherited Destroy;469 inherited; 472 470 end; 473 471
Note:
See TracChangeset
for help on using the changeset viewer.