Gaudi Framework, version v20r4

Generated: 8 Jan 2009

IUpdateable.h

Go to the documentation of this file.
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 IUpdateable     {
00016 public:
00017 
00019   virtual ~IUpdateable() { }
00020   
00026   virtual StatusCode update(int flag) = 0;
00027 };
00028 
00029 #endif // GAUDIKERNEL_IUPDATEABLE_H

Generated at Thu Jan 8 17:44:20 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004