00001 #ifndef __mEmcPutDCMLongModule_h__ 00002 #define __mEmcPutDCMLongModule_h__ 00003 00004 #include "EMCModule.h" 00005 00008 class mEmcPutDCMLongModule : public EMCModule 00009 { 00010 public: 00011 mEmcPutDCMLongModule(); 00012 virtual ~mEmcPutDCMLongModule(){} 00013 00014 PHBoolean event(PHCompositeNode*); 00015 }; 00016 00017 #endif