Ignore:
Timestamp:
Sep 9, 2022, 1:16:58 AM (22 months ago)
Author:
chronos
Message:
  • Added: Robots page.
  • Modified: Canonical URL for webcams.
  • Modified: Removed compiler mode delphi as it is already set in project.
  • Modified: Updated Common package.
  • Modified: Use Generics.Collections instead of fgl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/PersistentData/Backend/UPDClientMemory.pas

    r113 r137  
    11unit UPDClientMemory;
    2 
    3 {$mode Delphi}{$H+}
    42
    53interface
     
    4038resourcestring
    4139  SObjectNotFound = 'Object with id %s not found';
     40
    4241
    4342implementation
     
    147146procedure TPDClientMemory.ListSave(AList: TListProxy);
    148147begin
    149 
    150148end;
    151149
    152150procedure TPDClientMemory.TypeDefine(AType: TPDType);
    153151begin
    154 
    155152end;
    156153
    157154procedure TPDClientMemory.TypeUndefine(AType: TPDType);
    158155begin
    159 
    160156end;
    161157
     
    167163procedure TPDClientMemory.Install;
    168164begin
    169 
    170165end;
    171166
    172167procedure TPDClientMemory.Uninstall;
    173168begin
    174 
    175169end;
    176170
     
    185179begin
    186180  Objects.Free;
    187   inherited Destroy;
     181  inherited;
    188182end;
    189183
Note: See TracChangeset for help on using the changeset viewer.