The Gaudi Framework  v29r0 (ff2e7097)
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:
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
STL class.
General service interface definition.
Definition: IService.h:18
DeclareInterfaceID(IService, 4, 0)
InterfaceID.
#define GAUDI_API
Definition: Kernel.h:110