Gaudi Framework, version v23r10
Home
Generated: Mon Sep 30 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
www
releases
GAUDI
GAUDI_v23r10
GaudiKernel
GaudiKernel
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
6
#include <
string
>
7
8
class
GAUDI_API
IStatusCodeSvc
:
virtual
public
IService
{
9
10
public
:
12
DeclareInterfaceID
(
IStatusCodeSvc
,2,0);
13
14
virtual
void
regFnc(
const
std::string
&fnc,
15
const
std::string
&lib) = 0;
16
17
virtual
void
list()
const
= 0;
18
19
virtual
bool
suppressCheck()
const
= 0;
20
22
virtual
~IStatusCodeSvc
() {}
23
};
24
25
#endif
Generated at Mon Sep 30 2013 14:51:56 for Gaudi Framework, version v23r10 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004