Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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:
12 
13  virtual void regFnc(const std::string &fnc,
14  const std::string &lib) = 0;
15 
16  virtual void list() const = 0;
17 
18  virtual bool suppressCheck() const = 0;
19 
20 };
21 
22 #endif
STL class.
General service interface definition.
Definition: IService.h:18
DeclareInterfaceID(IService, 4, 0)
InterfaceID.
#define GAUDI_API
Definition: Kernel.h:107