#include "GaudiKernel/DllMain.icpp"#include "GaudiKernel/FactoryTable.h"Go to the source code of this file.
Functions | |
| void | FluxSvc_load () |
| FactoryTable::EntryList * | getFactoryEntries () |
|
|
Definition at line 22 of file FluxSvc_load.cxx. Referenced by FluxSvc_loadRef(), and getFactoryEntries().
00022 {
00023 DLL_DECL_SERVICE( FluxSvc );
00024 DLL_DECL_ALGORITHM( FluxAlg );
00025 DLL_DECL_ALGORITHM( ExposureAlg );
00026 DLL_DECL_TOOL( FluxSvcRandom );
00027 }
|
|
|
Definition at line 28 of file FluxSvc_dll.cxx. References FluxSvc_load().
00028 {
00029 static bool first = true;
00030 if ( first ) {
00031 FluxSvc_load();
00032 first = false;
00033 }
00034 return FactoryTable::instance()->getEntries();
00035 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001