#include "GaudiKernel/ICnvFactory.h"#include "GaudiKernel/ISvcFactory.h"#include "GaudiKernel/IAlgFactory.h"#include "GaudiKernel/IToolFactory.h"Go to the source code of this file.
Defines | |
| #define | DLL_DECL_SERVICE(x) extern const ISvcFactory& x##Factory; x##Factory.addRef(); |
| #define | DLL_DECL_CONVERTER(x) extern const ICnvFactory& x##Factory; x##Factory.addRef(); |
| #define | DLL_DECL_ALGORITHM(x) extern const IAlgFactory& x##Factory; x##Factory.addRef(); |
| #define | DLL_DECL_TOOL(x) extern const IToolFactory& x##Factory; x##Factory.addRef(); |
Functions | |
| void | FluxSvc_load () |
| void | FluxSvc_loadRef () |
|
|
Definition at line 19 of file FluxSvc_load.cxx. Referenced by FluxSvc_load(). |
|
|
Definition at line 18 of file FluxSvc_load.cxx. |
|
|
Definition at line 17 of file FluxSvc_load.cxx. Referenced by FluxSvc_load(). |
|
|
Definition at line 20 of file FluxSvc_load.cxx. Referenced by FluxSvc_load(). |
|
|
Definition at line 22 of file FluxSvc_load.cxx. References DLL_DECL_ALGORITHM, DLL_DECL_SERVICE, and DLL_DECL_TOOL.
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 29 of file FluxSvc_load.cxx. References FluxSvc_load().
00029 {
00030 FluxSvc_load();
00031 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001