Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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, bool fireIncident = true ) = 0; // Sharable library name
24 };
25 
26 #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:50
#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:244
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:71