The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
10
public
:
12
DeclareInterfaceID
(
IStatusCodeSvc
, 2, 0 );
13
14
virtual
void
regFnc(
const
std::string
& fnc,
const
std::string
& lib ) = 0;
15
16
virtual
void
list()
const
= 0;
17
18
virtual
bool
suppressCheck()
const
= 0;
19
};
20
21
#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:104
IStatusCodeSvc
Definition:
IStatusCodeSvc.h:7
GaudiKernel
GaudiKernel
IStatusCodeSvc.h
Generated on Wed Aug 1 2018 23:21:04 for The Gaudi Framework by
1.8.11