00001 //==================================================================== 00002 // SimSvc_dll.cpp 00003 //-------------------------------------------------------------------- 00004 // 00005 // Package : SimSvc 00006 // 00007 // Description: Implementation of DllMain routine. 00008 // The DLL initialisation must be done seperately for 00009 // each DLL. 00010 // 00011 // Author : Sebastien Ponce 00012 // 00013 //==================================================================== 00014 00015 #include "GaudiKernel/LoadFactoryEntries.h" 00016 00017 LOAD_FACTORY_ENTRIES(SimSvc); 00018 00019 // ============================================================================ 00020 // THe ENd 00021 // ============================================================================ 00022