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