Ignore:
Timestamp:
04/05/02 14:11:00 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r1020 r1268  
    3232    virtual ~MEvtLoop();
    3333
    34     void SetParList(MParList *p)        { fParList = p; }
    35     MParList *GetParList() const        { return fParList; }
     34    void       SetParList(MParList *p)  { fParList = p; }
     35    MParList  *GetParList() const       { return fParList; }
     36    MTaskList *GetTaskList() const      { return fTaskList; }
    3637
    3738    void SetOwner(Bool_t enable=kTRUE);
  • trunk/MagicSoft/Mars/mbase/MLog.cc

    r1266 r1268  
    5151ClassImp(MLog);
    5252
     53// root 3.02:
     54// check for TObjectWarning, TObject::Info, gErrorIgnoreLevel
     55
    5356//
    5457// This is the definition of the global log facility
Note: See TracChangeset for help on using the changeset viewer.