Changeset 28 for trunk/Application/UChronisClientDirect.pas
- Timestamp:
- Nov 23, 2011, 7:17:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UChronisClientDirect.pas
r27 r28 14 14 TChronisClientDirect = class(TChronisClient) 15 15 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; 18 18 constructor Create; override; 19 19 destructor Destroy; override; … … 24 24 { TChronisClientDirect } 25 25 26 procedure TChronisClientDirect.GetItemList(Condition: TCondition;26 (*procedure TChronisClientDirect.GetItemList(Condition: TCondition; 27 27 ItemList: TItemList); 28 28 begin … … 34 34 begin 35 35 inherited SetItemList(Condition, ItemList); 36 end; 36 end;*) 37 37 38 38 constructor TChronisClientDirect.Create;
Note:
See TracChangeset
for help on using the changeset viewer.