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

RegisterTest Class Reference

Inheritance diagram for RegisterTest::

IRegisterSource List of all members.

Public Methods

 RegisterTest (const std::string &type, const std::string &name, const IInterface *parent)
virtual ~RegisterTest ()
StatusCode registerMe (IFluxSvc *)
 implement to define sources: will be called from FluxSvc. More...


Constructor & Destructor Documentation

RegisterTest::RegisterTest const std::string &    type,
const std::string &    name,
const IInterface *    parent
 

Definition at line 27 of file RegisterTest.cxx.

00030                          : AlgTool( type, name, parent ) {
00031     
00032     // Declare additional interface
00033     declareInterface<IRegisterSource>(this);
00034         
00035 }

virtual RegisterTest::~RegisterTest   [inline, virtual]
 

Definition at line 14 of file RegisterTest.cxx.

00014 { }


Member Function Documentation

StatusCode RegisterTest::registerMe IFluxSvc   fsvc [virtual]
 

implement to define sources: will be called from FluxSvc.

Reimplemented from IRegisterSource.

Definition at line 38 of file RegisterTest.cxx.

00039 {
00040     MsgStream  log(msgSvc(), name());
00041     log << MSG::INFO << "Register test called..." << endreq;
00042 /* the following is an example
00043     static RemoteSpectrumFactory<GRBSpectrum> factory(fsvc);
00044 */
00045     return StatusCode::SUCCESS;
00046 } 


The documentation for this class was generated from the following file:
Generated on Wed Oct 16 14:01:35 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001