![]() |
|
|
Generated: 18 Jul 2008 |
#include <EvtPersistencySvc.h>
Inheritance diagram for EvtPersistencySvc:


System: The LHCb Offline System
Package: EvtPersistencySvc
Dependencies:
History:
+---------+----------------------------------------------+---------+
| Date | Comment | Who |
+---------+----------------------------------------------+---------+
| 3/11/98 | Initial version | M.Frank |
+---------+----------------------------------------------+---------+
Definition at line 37 of file EvtPersistencySvc.h.
Public Member Functions | |
PersistencySvc overrides | |
| virtual StatusCode | initialize () |
| Initialize the service. | |
| virtual StatusCode | finalize () |
| Finalize the service. | |
Friends | |
| class | SvcFactory< EvtPersistencySvc > |
| class | Factory< EvtPersistencySvc, IService *(std::string, ISvcLocator *)> |
| EvtPersistencySvc::EvtPersistencySvc | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) |
Standard Constructor.
Definition at line 44 of file EvtPersistencySvc.cpp.
00045 : PersistencySvc(name, svc) 00046 { 00047 }
| EvtPersistencySvc::~EvtPersistencySvc | ( | ) | [virtual] |
| EvtPersistencySvc::EvtPersistencySvc | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) |
Standard Constructor.
Definition at line 44 of file EvtPersistencySvc.cpp.
00045 : PersistencySvc(name, svc) 00046 { 00047 }
| EvtPersistencySvc::~EvtPersistencySvc | ( | ) | [virtual] |
| StatusCode EvtPersistencySvc::initialize | ( | ) | [virtual] |
Initialize the service.
Reimplemented from PersistencySvc.
Definition at line 38 of file EvtPersistencySvc.cpp.
References PersistencySvc::initialize().
00038 { 00039 StatusCode status = PersistencySvc::initialize(); 00040 return status; 00041 }
| StatusCode EvtPersistencySvc::finalize | ( | ) | [virtual] |
Finalize the service.
Reimplemented from PersistencySvc.
Definition at line 32 of file EvtPersistencySvc.cpp.
References PersistencySvc::finalize().
00032 { 00033 StatusCode status = PersistencySvc::finalize(); 00034 return status; 00035 }
friend class SvcFactory< EvtPersistencySvc > [friend] |
Definition at line 39 of file EvtPersistencySvc.h.
friend class Factory< EvtPersistencySvc, IService *(std::string, ISvcLocator *)> [friend] |
Definition at line 40 of file EvtPersistencySvc.h.