Changeset 1083 for trunk/MagicSoft/Mars/mbase/MTaskList.h
- Timestamp:
- 11/15/01 12:17:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTaskList.h
r1076 r1083 21 21 { 22 22 private: 23 T OrdCollection*fTasks; // Container for the ordered list of different tasks24 MParList 23 TList *fTasks; // Container for the ordered list of different tasks 24 MParList *fParList; 25 25 26 26 UInt_t *fCntContinue; … … 50 50 void SetOwner(Bool_t enable=kTRUE); 51 51 52 const T OrdCollection*GetList() const { return fTasks; }52 const TList *GetList() const { return fTasks; } 53 53 54 54 ClassDef(MTaskList, 0) //collection of tasks to be performed in the eventloop
Note:
See TracChangeset
for help on using the changeset viewer.