Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
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, const std::string& lib ) = 0;
14 
15  virtual void list() const = 0;
16 
17  virtual bool suppressCheck() const = 0;
18 };
19 
20 #endif
STL class.
General service interface definition.
Definition: IService.h:18
DeclareInterfaceID(IService, 4, 0)
InterfaceID.
#define GAUDI_API
Definition: Kernel.h:71