Ignore:
Timestamp:
02/21/01 15:23:18 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r599 r604  
    1414#endif
    1515
     16#ifndef MPARCONTAINER_H
     17#include "MParContainer.h"
     18#endif
     19
    1620class MParList;
    1721class MTaskList;
    1822
    19 class MEvtLoop
     23class MEvtLoop : public MParContainer
    2024{
    2125private:
    22     MParList  *fParlist;
     26    MParList  *fParList;
    2327    MTaskList *fTaskList;
    2428
     
    2731    virtual ~MEvtLoop();
    2832
    29     void SetParList(MParList *p);
     33    void SetParList(MParList *p)  { fParList = p; }
    3034
    3135    Bool_t PreProcess(const char *tlist="MTaskList");
Note: See TracChangeset for help on using the changeset viewer.