Inheritance diagram for RegisterTest::

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... | |
|
||||||||||||||||
|
Definition at line 27 of file RegisterTest.cxx.
00030 : AlgTool( type, name, parent ) {
00031
00032 // Declare additional interface
00033 declareInterface<IRegisterSource>(this);
00034
00035 }
|
|
|
Definition at line 14 of file RegisterTest.cxx.
00014 { }
|
|
|
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 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001