The Gaudi Framework
master (d98a2936)
IComponentManager.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2025 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
#pragma once
12
13
#include <
GaudiKernel/IStateful.h
>
14
15
class
GAUDI_API
IComponentManager
:
virtual
public
IStateful
{
16
public
:
18
DeclareInterfaceID
(
IComponentManager
, 1, 0 );
19
21
virtual
const
InterfaceID
&
componentBaseInterface
()
const
= 0;
22
24
virtual
void
outputLevelUpdate
() = 0;
25
};
IStateful
Definition:
IStateful.h:24
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:38
IComponentManager
Definition:
IComponentManager.h:15
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:49
GaudiKernel
include
GaudiKernel
IComponentManager.h
Generated on Wed Aug 13 2025 09:05:04 for The Gaudi Framework by
1.8.18