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

    r574 r575  
    22// Data received on main pin is sent to all pins
    33
    4 unit UCommConcentrator;
    5 
    6 {$mode Delphi}{$H+}
     4unit CommConcentrator;
    75
    86interface
    97
    108uses
    11   Classes, SysUtils, Contnrs, UCommPin, SpecializedList;
     9  Classes, SysUtils, Contnrs, CommPin, SpecializedList;
    1210
    1311type
     
    4139    property Main: TCommPin read FMain write FMain;
    4240  end;
     41
    4342
    4443implementation
     
    125124  FreeAndNil(FPins);
    126125  FreeAndNil(FMain);
    127   inherited Destroy;
     126  inherited;
    128127end;
    129128
Note: See TracChangeset for help on using the changeset viewer.