Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011

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_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:24:22 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004