The Gaudi Framework  v29r0 (ff2e7097)
IUpdateable.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IUPDATEABLE_H
2 #define GAUDIKERNEL_IUPDATEABLE_H
3 
6 
16 {
17 public:
19  virtual ~IUpdateable() = default;
20 
26  virtual StatusCode update( int flag ) = 0;
27 };
28 
36 class GAUDI_API IUpdateableIF : virtual public IInterface, virtual public IUpdateable
37 {
38 public:
41 
43  ~IUpdateableIF() override = default;
44 };
45 
46 #endif // GAUDIKERNEL_IUPDATEABLE_H
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:28
#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:277
Object update interface definition.
Definition: IUpdateable.h:15
#define GAUDI_API
Definition: Kernel.h:110