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