00001 #ifndef __MEMCDCMTORAWMODULE_H__ 00002 #define __MEMCDCMTORAWMODULE_H__ 00003 /* Automatically generated. Do not edit. */ 00004 #include "phool.h" 00005 #include "PHNode.h" 00006 #include "PHPointerList.h" 00007 #include "EMCModule.h" 00019 class PHCompositeNode; 00020 00021 class mEmcDCMToRawModule: public EMCModule { 00022 public: 00023 mEmcDCMToRawModule(){} 00024 virtual ~mEmcDCMToRawModule(){} 00025 PHBoolean event(PHCompositeNode *); 00026 00027 protected: 00028 PHBoolean callPAM(PHPointerList<PHNode>&); 00029 }; 00030 #endif /*__MEMCDCMTORAWMODULE_H__*/