|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <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 > |
Definition at line 6 of file DetPersistencySvc.h.
| DetPersistencySvc::DetPersistencySvc | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) |
| DetPersistencySvc::~DetPersistencySvc | ( | ) | [virtual] |
| StatusCode DetPersistencySvc::initialize | ( | ) | [virtual] |
Initialize the service.
Reimplemented from PersistencySvc.
Definition at line 23 of file DetPersistencySvc.cpp.
00024 { 00025 StatusCode status = PersistencySvc::initialize(); 00026 return status; 00027 }
| StatusCode DetPersistencySvc::finalize | ( | void | ) | [virtual] |
stop the service.
Reimplemented from PersistencySvc.
Definition at line 16 of file DetPersistencySvc.cpp.
00017 { 00018 StatusCode status = PersistencySvc::finalize(); 00019 return status; 00020 }
friend class SvcFactory< DetPersistencySvc > [friend] |
Definition at line 10 of file DetPersistencySvc.h.