All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IClassManager.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IClassManager.h,v 1.6 2006/12/11 13:40:13 leggett Exp $
2 #ifndef GAUDIKERNEL_ICLASSMANAGER_H
3 #define GAUDIKERNEL_ICLASSMANAGER_H
4 
5 // Include files
7 #include <string>
8 
9 // Forward class declaration
10 class ISvcLocator;
11 
19 class GAUDI_API IClassManager: virtual public IInterface {
20 public:
22 
24  virtual StatusCode loadModule( const std::string& module,
25  bool fireIncident=true ) = 0; // Sharable library name
26 };
27 
28 #endif // GAUDIKERNEL_ICLASSMANAGER_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:26
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
Definition of the basic interface.
Definition: IInterface.h:160
#define DeclareInterfaceID(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:23
The IClassManager is the interface implemented by the generic Factory in the Application Manager to s...
Definition: IClassManager.h:19
#define GAUDI_API
Definition: Kernel.h:108