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

CalRecon_dll.cpp File Reference

#include "GaudiKernel/DllMain.icpp"
#include <iostream>
#include "GaudiKernel/FactoryTable.h"

Go to the source code of this file.

Functions

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

FactoryTable::EntryList * getFactoryEntries ()
void FATAL (const char *msg)


Function Documentation

void CalRecon_load  
 

Load all services:.

Definition at line 25 of file CalRecon_load.cpp.

Referenced by CalRecon_loadRef(), and getFactoryEntries().

void FATAL const char *    msg
 

Definition at line 40 of file CalRecon_dll.cpp.

00040                              {
00041     std::cerr << "Stupid error from Calrecon DLL: " << msg << std::endl;
00042 }

FactoryTable::EntryList* getFactoryEntries  
 

Definition at line 31 of file CalRecon_dll.cpp.

References CalRecon_load().

00031                                                       {
00032   static bool first = true;
00033   if ( first ) {  // Don't call for UNIX
00034     CalRecon_load();
00035     first = false;
00036   }
00037   return FactoryTable::instance()->getEntries();
00038 } 


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