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


Definition at line 6 of file DetPersistencySvc.h.
Public Member Functions | |
| virtual StatusCode | initialize () |
| Initialize the service. | |
| virtual StatusCode | finalize () |
| stop the service. | |
| DetPersistencySvc (const std::string &name, ISvcLocator *svc) | |
| virtual | ~DetPersistencySvc () |
Friends | |
| class | SvcFactory< DetPersistencySvc > |
| DetPersistencySvc::DetPersistencySvc | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) |
| DetPersistencySvc::~DetPersistencySvc | ( | ) | [virtual] |
| StatusCode DetPersistencySvc::initialize | ( | ) | [virtual] |
Initialize the service.
Reimplemented from PersistencySvc.
Definition at line 22 of file DetPersistencySvc.cpp.
References PersistencySvc::initialize().
00023 { 00024 StatusCode status = PersistencySvc::initialize(); 00025 return status; 00026 }
| StatusCode DetPersistencySvc::finalize | ( | ) | [virtual] |
stop the service.
Reimplemented from PersistencySvc.
Definition at line 15 of file DetPersistencySvc.cpp.
References PersistencySvc::finalize().
00016 { 00017 StatusCode status = PersistencySvc::finalize(); 00018 return status; 00019 }
friend class SvcFactory< DetPersistencySvc > [friend] |
Definition at line 10 of file DetPersistencySvc.h.