The Gaudi Framework  v33r1 (b1225454)
IComponentManager.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef ICOMPONENTMANAGER_H_
12 #define ICOMPONENTMANAGER_H_
13 
14 // Include files
15 #include "GaudiKernel/IStateful.h"
16 
21 class GAUDI_API IComponentManager : virtual public IStateful {
22 public:
25 
27  virtual const InterfaceID& componentBaseInterface() const = 0;
28 
30  virtual void outputLevelUpdate() = 0;
31 };
32 
33 #endif /* ICOMPONENTMANAGER_H_ */
DeclareInterfaceID(IStateful, 1, 0)
InterfaceID.
Interface ID class.
Definition: IInterface.h:39
Interface for classes that implement the Gaudi State Machine.
Definition: IStateful.h:26
#define GAUDI_API
Definition: Kernel.h:81