1 #ifndef GAUDIKERNEL_ITOOLSVC_H
2 #define GAUDIKERNEL_ITOOLSVC_H
41 bool createIf =
true ) = 0;
60 bool createIf =
true ) = 0 ;
148 bool createIf =
true )
150 return retrieve( type,
205 bool createIf =
true )
207 return retrieve ( type,
251 virtual void registerObserver(Observer *obs) = 0;
252 virtual void unRegisterObserver(Observer *obs) = 0;
257 #endif // GAUDIKERNEL_ITOOLSVC_H
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Gaudi::InterfaceId< IInterface, 0, 0 > iid
Interface ID.