Gaudi Framework, version v23r9

Home   Generated: Thu Jul 18 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IUpdateable.h
Go to the documentation of this file.
1 // $Header:$
2 #ifndef GAUDIKERNEL_IUPDATEABLE_H
3 #define GAUDIKERNEL_IUPDATEABLE_H
4 
7 
17 public:
18 
20  virtual ~IUpdateable() { }
21 
27  virtual StatusCode update(int flag) = 0;
28 };
29 
37 class GAUDI_API IUpdateableIF : virtual public IInterface, virtual public IUpdateable {
38 public:
41 
43  virtual ~IUpdateableIF() {}
44 };
45 
46 #endif // GAUDIKERNEL_IUPDATEABLE_H

Generated at Thu Jul 18 2013 12:18:03 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004