Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IUpdateable.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IUPDATEABLE_H
2 #define GAUDIKERNEL_IUPDATEABLE_H
3 
6 
16 public:
18  virtual ~IUpdateable() = default;
19 
25  virtual StatusCode update( int flag ) = 0;
26 };
27 
35 class GAUDI_API IUpdateableIF : virtual public IInterface, virtual public IUpdateable {
36 public:
39 };
40 
41 #endif // GAUDIKERNEL_IUPDATEABLE_H
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:50
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:13
Definition of the basic interface.
Definition: IInterface.h:244
Object update interface definition.
Definition: IUpdateable.h:15
#define GAUDI_API
Definition: Kernel.h:71