Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 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
43  StatusCode io_reinit () = 0;
44 };
45 
46 // I/O operators
48 
50 // Inline methods:
52 
53 
54 
55 #endif //> !GAUDIKERNEL_IIOCOMPONENT_H

Generated at Wed Jan 30 2013 17:13:39 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004