The Gaudi Framework
master (37c0b60a)
IComponentManager.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2024 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
:
24
DeclareInterfaceID
(
IComponentManager
, 1, 0 );
25
27
virtual
const
InterfaceID
&
componentBaseInterface
()
const
= 0;
28
30
virtual
void
outputLevelUpdate
() = 0;
31
};
32
33
#endif
/* ICOMPONENTMANAGER_H_ */
IStateful
Definition:
IStateful.h:26
IComponentManager::outputLevelUpdate
virtual void outputLevelUpdate()=0
Function to call to update the outputLevel of the components (after a change in MessageSvc).
IStateful.h
IComponentManager::componentBaseInterface
virtual const InterfaceID & componentBaseInterface() const =0
Basic interface id of the managed components.
IComponentManager::DeclareInterfaceID
DeclareInterfaceID(IComponentManager, 1, 0)
InterfaceID.
InterfaceID
Definition:
IInterface.h:39
IComponentManager
Definition:
IComponentManager.h:21
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:81
GaudiKernel
include
GaudiKernel
IComponentManager.h
Generated on Thu Dec 19 2024 15:35:01 for The Gaudi Framework by
1.8.18