Changeset 1472 for trunk/MagicSoft/Mars/mbase/MTaskList.h
- Timestamp:
- 08/01/02 15:22:34 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTaskList.h
r1471 r1472 21 21 { 22 22 private: 23 TList *fTasks; // Container for the ordered list of different tasks23 TList *fTasks; // Container for the ordered list of different tasks 24 24 TList fTasksProcess; //! 25 MParList *fParList; 25 MParList *fParList; //! 26 26 27 UInt_t *fCntContinue; 28 UInt_t *fCntTrue; 27 UInt_t *fCntContinue; //! 28 UInt_t *fCntTrue; //! 29 29 30 30 enum { kIsOwner = BIT(14) }; … … 60 60 const TList *GetList() const { return fTasks; } 61 61 62 ClassDef(MTaskList, 0)//collection of tasks to be performed in the eventloop62 ClassDef(MTaskList, 1) //collection of tasks to be performed in the eventloop 63 63 }; 64 64
Note:
See TracChangeset
for help on using the changeset viewer.