Gaudi Framework, version v20r2

Generated: 18 Jul 2008

IUpdateable.h

Go to the documentation of this file.
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

Generated at Fri Jul 18 11:59:20 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004