Ignore:
Timestamp:
08/01/02 15:22:34 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTaskList.h

    r1471 r1472  
    2121{
    2222private:
    23     TList    *fTasks;   // Container for the ordered list of different tasks
     23    TList    *fTasks;       // Container for the ordered list of different tasks
    2424    TList    fTasksProcess; //!
    25     MParList *fParList;
     25    MParList *fParList;     //!
    2626
    27     UInt_t *fCntContinue;
    28     UInt_t *fCntTrue;
     27    UInt_t *fCntContinue;   //!
     28    UInt_t *fCntTrue;       //!
    2929
    3030    enum { kIsOwner = BIT(14) };
     
    6060    const TList *GetList() const { return fTasks; }
    6161
    62     ClassDef(MTaskList, 0)      //collection of tasks to be performed in the eventloop
     62    ClassDef(MTaskList, 1) //collection of tasks to be performed in the eventloop
    6363};
    6464
Note: See TracChangeset for help on using the changeset viewer.