Changeset 604 for trunk/MagicSoft/Mars/mbase/MEvtLoop.h
- Timestamp:
- 02/21/01 15:23:18 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.h
r599 r604 14 14 #endif 15 15 16 #ifndef MPARCONTAINER_H 17 #include "MParContainer.h" 18 #endif 19 16 20 class MParList; 17 21 class MTaskList; 18 22 19 class MEvtLoop 23 class MEvtLoop : public MParContainer 20 24 { 21 25 private: 22 MParList *fPar list;26 MParList *fParList; 23 27 MTaskList *fTaskList; 24 28 … … 27 31 virtual ~MEvtLoop(); 28 32 29 void SetParList(MParList *p) ;33 void SetParList(MParList *p) { fParList = p; } 30 34 31 35 Bool_t PreProcess(const char *tlist="MTaskList");
Note:
See TracChangeset
for help on using the changeset viewer.