00001 //==================================================================== 00002 // VisSvc_dll.cpp 00003 //-------------------------------------------------------------------- 00004 // 00005 // Package : VisSvc 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 // Created : 14/12/01 00013 // Changes : 00014 // 00015 //==================================================================== 00016 00017 00018 #include "GaudiKernel/LoadFactoryEntries.h" 00019 00020 LOAD_FACTORY_ENTRIES(VisSvc) 00021