Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

IComponentManager.h

Go to the documentation of this file.
00001 #ifndef ICOMPONENTMANAGER_H_
00002 #define ICOMPONENTMANAGER_H_
00003 
00004 // Include files
00005 #include "GaudiKernel/IStateful.h"
00006 
00011 class GAUDI_API IComponentManager: virtual public IStateful {
00012 public:
00014   DeclareInterfaceID(IComponentManager,1,0);
00015 
00017   virtual const InterfaceID& componentBaseInterface() const = 0;
00018 
00020   virtual ~IComponentManager();
00021 };
00022 
00023 #endif /* ICOMPONENTMANAGER_H_ */

Generated at Mon May 3 12:14:16 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004