00001 #ifndef _H_IRegisterSource 00002 #define _H_IRegisterSource 00003 00004 // includes 00005 #include "GaudiKernel/IAlgTool.h" 00006 00007 class IFluxSvc; 00008 00009 static const InterfaceID IID_IRegisterSource("IRegisterSource", 1 , 0); 00010 00011 00076 class IRegisterSource : virtual public IAlgTool { 00077 public: 00079 static const InterfaceID& interfaceID() { return IID_IRegisterSource; } 00081 virtual StatusCode registerMe(IFluxSvc*) = 0; 00082 }; 00083 00084 #endif // _H_IRegisterSource
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001