00001 #ifndef __MEMCGEAPARAMSMODULE_H__
00002 #define __MEMCGEAPARAMSMODULE_H__
00003
00004 #include "phool.h"
00005 #include "PHNode.h"
00006 #include "PHPointerList.h"
00007 #include "EMCModule.h"
00024 class PHCompositeNode;
00025
00026 class mEmcGeaParamsModule: public EMCModule {
00027 public:
00028 mEmcGeaParamsModule();
00029 virtual ~mEmcGeaParamsModule(){}
00030 PHBoolean event(PHCompositeNode *);
00031
00032 protected:
00033 PHBoolean callPAM(PHPointerList<PHNode>&);
00034 };
00035 #endif