00001 // $Header: /local/reps/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 IUpdateable { 00016 public: 00017 00019 virtual ~IUpdateable() { } 00020 00026 virtual StatusCode update(int flag) = 0; 00027 }; 00028 00029 #endif // GAUDIKERNEL_IUPDATEABLE_H