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 IFactory;
11 class ISvcLocator;
12 
20 class GAUDI_API IClassManager: virtual public IInterface {
21 public:
23 
25  virtual StatusCode loadModule( const std::string& module,
26  bool fireIncident=true ) = 0; // Sharable library name
27 };
28 
29 #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 IFactory is the interface used to create contrete instances of Objectes.
Definition: IFactory.h:17
The IClassManager is the interface implemented by the generic Factory in the Application Manager to s...
Definition: IClassManager.h:20
#define GAUDI_API
Definition: Kernel.h:108