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

FluxSvc_dll.cxx File Reference

#include "GaudiKernel/DllMain.icpp"
#include "GaudiKernel/FactoryTable.h"

Go to the source code of this file.

Functions

void FluxSvc_load ()
FactoryTable::EntryList * getFactoryEntries ()


Function Documentation

void FluxSvc_load  
 

Definition at line 22 of file FluxSvc_load.cxx.

Referenced by FluxSvc_loadRef(), and getFactoryEntries().

FactoryTable::EntryList* getFactoryEntries  
 

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 } 


Generated on Wed Oct 16 14:01:31 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001