All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 
6 #include <string>
7 
8 class GAUDI_API IStatusCodeSvc: virtual public IService {
9 
10 public:
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
virtual ~IStatusCodeSvc()
virtual destructor
DeclareInterfaceID(IService, 3, 0)
InterfaceID.
General service interface definition.
Definition: IService.h:19
#define GAUDI_API
Definition: Kernel.h:108