Ignore:
Timestamp:
11/15/01 12:17:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1076 r1083  
    2121{
    2222private:
    23     TOrdCollection *fTasks;     // Container for the ordered list of different tasks
    24     MParList       *fParList;
     23    TList    *fTasks;   // Container for the ordered list of different tasks
     24    MParList *fParList;
    2525
    2626    UInt_t *fCntContinue;
     
    5050    void SetOwner(Bool_t enable=kTRUE);
    5151
    52     const TOrdCollection *GetList() const { return fTasks; }
     52    const TList *GetList() const { return fTasks; }
    5353
    5454    ClassDef(MTaskList, 0)      //collection of tasks to be performed in the eventloop
Note: See TracChangeset for help on using the changeset viewer.