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

IRegisterSource.h

Go to the documentation of this file.
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

Generated on Wed Oct 16 14:01:30 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001