mEmcDCMinputModule.h

Go to the documentation of this file.
00001 #ifndef __MEMCDCMINPUTMODULE_H__
00002 #define __MEMCDCMINPUTMODULE_H__
00003 
00004 #include "phool.h"
00005 #include "PHNode.h"
00006 #include "PHPointerList.h"
00007 
00008 class PHCompositeNode;
00009 
00010 class mEmcDCMinputModule
00011  {
00012 public:
00013    mEmcDCMinputModule(){}
00014    virtual ~mEmcDCMinputModule(){}
00015   PHBoolean event(PHCompositeNode *);
00016 
00017 protected:
00018   PHBoolean callPAM(PHPointerList<PHNode>&);
00019 };
00020 #endif /*__MEMCDCMINPUTMODULE_H__*/