The Gaudi Framework  v36r1 (3e2fb5a8)
IStatusCodeSvc.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIKERNEL_ISTATUSCODESVC_H
12 #define GAUDIKERNEL_ISTATUSCODESVC_H
13 
14 #include "GaudiKernel/IService.h"
15 #include <string>
16 
17 class GAUDI_API IStatusCodeSvc : virtual public IService {
18 
19 public:
22 
23  virtual void regFnc( const std::string& fnc, const std::string& lib ) = 0;
24 
25  virtual void list() const = 0;
26 
27  virtual bool suppressCheck() const = 0;
28 };
29 
30 #endif
IService
Definition: IService.h:28
IService.h
std::string
STL class.
IStatusCodeSvc::list
virtual void list() const =0
IStatusCodeSvc::DeclareInterfaceID
DeclareInterfaceID(IStatusCodeSvc, 2, 0)
InterfaceID.
IStatusCodeSvc::regFnc
virtual void regFnc(const std::string &fnc, const std::string &lib)=0
IStatusCodeSvc::suppressCheck
virtual bool suppressCheck() const =0
IStatusCodeSvc
Definition: IStatusCodeSvc.h:17
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81