Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

IRunable.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/GaudiKernel/GaudiKernel/IRunable.h,v 1.1.1.1 2001/04/18 18:14:18 tlindner Exp $
00002 #ifndef GAUDIKERNEL_IRUNNABLE_H
00003 #define GAUDIKERNEL_IRUNNABLE_H
00004 
00005 #include "GaudiKernel/IInterface.h"
00006 
00007 // Declaration of the interface ID ( interface id, major version, minor version) 
00008 static const InterfaceID IID_IRunable(501, 1 , 0); 
00009 
00022 class IRunable : virtual public IInterface   {
00023 public:
00025   static const InterfaceID& interfaceID() { return IID_IRunable; }
00026 
00028   virtual StatusCode run() = 0;
00029 };
00030 
00031 #endif // GAUDIKERNEL_IRUNNABLE_H

Generated at Wed Nov 21 12:22:04 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000