Gaudi Framework, version v23r9

Home   Generated: Thu Jul 18 2013
 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

Generated at Thu Jul 18 2013 12:18:02 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004