The Gaudi Framework
v32r2 (46d42edc)
IStatusCodeSvc.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_ISTATUSCODESVC_H
2
#define GAUDIKERNEL_ISTATUSCODESVC_H
3
4
#include "
GaudiKernel/IService.h
"
5
#include <string>
6
7
class
GAUDI_API
IStatusCodeSvc
:
virtual
public
IService
{
8
9
public
:
11
DeclareInterfaceID
(
IStatusCodeSvc
, 2, 0 );
12
13
virtual
void
regFnc(
const
std::string
& fnc,
const
std::string
& lib ) = 0;
14
15
virtual
void
list()
const
= 0;
16
17
virtual
bool
suppressCheck()
const
= 0;
18
};
19
20
#endif
std::string
STL class.
IService
General service interface definition.
Definition:
IService.h:18
IService.h
IService::DeclareInterfaceID
DeclareInterfaceID(IService, 4, 0)
InterfaceID.
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:71
IStatusCodeSvc
Definition:
IStatusCodeSvc.h:7
GaudiKernel
GaudiKernel
IStatusCodeSvc.h
Generated on Sat Sep 28 2019 18:06:50 for The Gaudi Framework by
1.8.15