The Gaudi Framework  v30r3 (a5ef0a68)
IRunable.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IRUNNABLE_H
2 #define GAUDIKERNEL_IRUNNABLE_H
3 
5 
18 class GAUDI_API IRunable : virtual public IInterface
19 {
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:51
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:13
Definition of the basic interface.
Definition: IInterface.h:277
Runable interface definition.
Definition: IRunable.h:18
#define GAUDI_API
Definition: Kernel.h:104