|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |
00001 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IUpdateable.h,v 1.2 2006/11/30 15:22:07 dquarrie Exp $ 00002 #ifndef GAUDIKERNEL_IUPDATEABLE_H 00003 #define GAUDIKERNEL_IUPDATEABLE_H 00004 00005 #include "GaudiKernel/StatusCode.h" 00006 00015 class GAUDI_API IUpdateable { 00016 public: 00017 00019 virtual ~IUpdateable() { } 00020 00026 virtual StatusCode update(int flag) = 0; 00027 }; 00028 00029 #endif // GAUDIKERNEL_IUPDATEABLE_H