Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IIoComponent.h
Go to the documentation of this file.
1 // IIoComponent.h
3 // Header file for class IIoComponent
4 // Author: S.Binet<binet@cern.ch>
6 #ifndef GAUDIKERNEL_IIOCOMPONENT_H
7 #define GAUDIKERNEL_IIOCOMPONENT_H 1
8 
12 // GaudiKernel includes
14 #include "GaudiKernel/StatusCode.h"
15 
16 class GAUDI_API IIoComponent : virtual public INamedInterface {
17 
18 public:
20 
22  // Non-const methods:
24 
28  virtual StatusCode io_reinit() = 0;
29 
31 };
32 
33 #endif //> !GAUDIKERNEL_IIOCOMPONENT_H
DeclareInterfaceID(INamedInterface, 1, 0)
InterfaceID.
constexpr static const auto SUCCESS
Definition: StatusCode.h:85
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:50
IInterface compliant class extending IInterface with the name() method.
#define GAUDI_API
Definition: Kernel.h:71
virtual StatusCode io_finalize()
Definition: IIoComponent.h:30