Changeset 575 for PinConnection/CommConcentrator.pas
- Timestamp:
- Jun 25, 2024, 11:56:51 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/CommConcentrator.pas
r574 r575 2 2 // Data received on main pin is sent to all pins 3 3 4 unit UCommConcentrator; 5 6 {$mode Delphi}{$H+} 4 unit CommConcentrator; 7 5 8 6 interface 9 7 10 8 uses 11 Classes, SysUtils, Contnrs, UCommPin, SpecializedList;9 Classes, SysUtils, Contnrs, CommPin, SpecializedList; 12 10 13 11 type … … 41 39 property Main: TCommPin read FMain write FMain; 42 40 end; 41 43 42 44 43 implementation … … 125 124 FreeAndNil(FPins); 126 125 FreeAndNil(FMain); 127 inherited Destroy;126 inherited; 128 127 end; 129 128
Note:
See TracChangeset
for help on using the changeset viewer.