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 public:
21 
23  virtual StatusCode loadModule( const std::string& module,
24  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
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:14
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
Definition of the basic interface.
Definition: IInterface.h:234
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:107