00001 #include "mEmcPutDCMLongModule.h" 00002 #include "PHCompositeNode.h" 00003 00004 extern long EmcPutDCMLong(PHCompositeNode* topNode); 00005 00006 //_____________________________________________________________________________ 00007 mEmcPutDCMLongModule::mEmcPutDCMLongModule() 00008 { 00009 name = "mEmcPutDCMLongModule"; 00010 } 00011 00012 PHBoolean 00013 mEmcPutDCMLongModule::event(PHCompositeNode* topNode) 00014 { 00015 ::EmcPutDCMLong(topNode); 00016 return true; 00017 }