Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IIoComponent.h
Go to the documentation of this file.
1 
2 // 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 
19  public:
21 
23  // Public methods:
25  public:
26 
29  virtual ~IIoComponent();
30 
32  // Const methods:
34 
36  // Non-const methods:
38 
42  virtual StatusCode io_reinit () = 0;
43 
45 
46 };
47 
48 // I/O operators
50 
52 // Inline methods:
54 
55 
56 
57 #endif //> !GAUDIKERNEL_IIOCOMPONENT_H

Generated at Wed Jun 4 2014 14:48:57 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004