Changeset 1268 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 04/05/02 14:11:00 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.h
r1020 r1268 32 32 virtual ~MEvtLoop(); 33 33 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; } 36 37 37 38 void SetOwner(Bool_t enable=kTRUE); -
trunk/MagicSoft/Mars/mbase/MLog.cc
r1266 r1268 51 51 ClassImp(MLog); 52 52 53 // root 3.02: 54 // check for TObjectWarning, TObject::Info, gErrorIgnoreLevel 55 53 56 // 54 57 // This is the definition of the global log facility
Note:
See TracChangeset
for help on using the changeset viewer.