Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

CalRecon_load.cpp File Reference

#include "GaudiKernel/ICnvFactory.h"
#include "GaudiKernel/ISvcFactory.h"
#include "GaudiKernel/IAlgFactory.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_OBJECT(x)   extern const IFactory& x##Factory; x##Factory.addRef();

Functions

void CalRecon_load ()
 Load all services:. More...

void CalRecon_loadRef ()


Define Documentation

#define DLL_DECL_ALGORITHM      extern const IAlgFactory& x##Factory; x##Factory.addRef();
 

Definition at line 21 of file CalRecon_load.cpp.

Referenced by CalRecon_load().

#define DLL_DECL_CONVERTER      extern const ICnvFactory& x##Factory; x##Factory.addRef();
 

Definition at line 20 of file CalRecon_load.cpp.

#define DLL_DECL_OBJECT      extern const IFactory& x##Factory; x##Factory.addRef();
 

Definition at line 22 of file CalRecon_load.cpp.

#define DLL_DECL_SERVICE      extern const ISvcFactory& x##Factory; x##Factory.addRef();
 

Definition at line 19 of file CalRecon_load.cpp.

Referenced by CalRecon_load().


Function Documentation

void CalRecon_load  
 

Load all services:.

Definition at line 25 of file CalRecon_load.cpp.

References DLL_DECL_ALGORITHM, and DLL_DECL_SERVICE.

void CalRecon_loadRef  
 

Definition at line 36 of file CalRecon_load.cpp.

References CalRecon_load().

00036                                       {
00037     CalRecon_load();
00038 }


Generated on Thu Nov 29 16:38:52 2001 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001