Ignore:
Timestamp:
Nov 23, 2011, 7:17:55 PM (13 years ago)
Author:
george
Message:
  • Fixed: Compilation after last change.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UChronisClientDirect.pas

    r27 r28  
    1414  TChronisClientDirect = class(TChronisClient)
    1515    Server: TChronisServer;
    16     procedure GetItemList(Condition: TCondition; ItemList: TItemList); override;
    17     procedure SetItemList(Condition: TCondition; ItemList: TItemList); override;
     16    //procedure GetItemList(Condition: TCondition; ItemList: TItemList); override;
     17    //procedure SetItemList(Condition: TCondition; ItemList: TItemList); override;
    1818    constructor Create; override;
    1919    destructor Destroy; override;
     
    2424{ TChronisClientDirect }
    2525
    26 procedure TChronisClientDirect.GetItemList(Condition: TCondition;
     26(*procedure TChronisClientDirect.GetItemList(Condition: TCondition;
    2727  ItemList: TItemList);
    2828begin
     
    3434begin
    3535  inherited SetItemList(Condition, ItemList);
    36 end;
     36end;*)
    3737
    3838constructor TChronisClientDirect.Create;
Note: See TracChangeset for help on using the changeset viewer.