The Gaudi Framework  v29r0 (ff2e7097)
IClassManager.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_ICLASSMANAGER_H
2 #define GAUDIKERNEL_ICLASSMANAGER_H
3 
4 // Include files
6 #include <string>
7 
8 // Forward class declaration
9 class ISvcLocator;
10 
18 class GAUDI_API IClassManager : virtual public IInterface
19 {
20 public:
22 
24  virtual StatusCode loadModule( const std::string& module, bool fireIncident = true ) = 0; // Sharable library name
25 };
26 
27 #endif // GAUDIKERNEL_ICLASSMANAGER_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:28
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:13
Definition of the basic interface.
Definition: IInterface.h:277
The IClassManager is the interface implemented by the generic Factory in the Application Manager to s...
Definition: IClassManager.h:18
#define GAUDI_API
Definition: Kernel.h:110