| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

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
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:56:57 2011 for GaudiKernel by doxygen 1.4.7