All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IRunable.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IRunable.h,v 1.1 2001/03/14 15:30:13 mato Exp $
2 #ifndef GAUDIKERNEL_IRUNNABLE_H
3 #define GAUDIKERNEL_IRUNNABLE_H
4 
6 
19 class GAUDI_API IRunable: virtual public IInterface {
20 public:
23 
25  virtual StatusCode run() = 0;
26 };
27 
28 #endif // GAUDIKERNEL_IRUNNABLE_H
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
Definition of the basic interface.
Definition: IInterface.h:160
#define DeclareInterfaceID(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:23
Runable interface definition.
Definition: IRunable.h:19
#define GAUDI_API
Definition: Kernel.h:108