|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
#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 | ||
| ) |
Definition at line 30 of file DetPersistencySvc.cpp.
: PersistencySvc(name, svc) {}
| DetPersistencySvc::~DetPersistencySvc | ( | ) | [virtual] |
Definition at line 35 of file DetPersistencySvc.cpp.
{}
| StatusCode DetPersistencySvc::finalize | ( | void | ) | [virtual] |
stop the service.
Reimplemented from PersistencySvc.
Definition at line 16 of file DetPersistencySvc.cpp.
{
StatusCode status = PersistencySvc::finalize();
return status;
}
| StatusCode DetPersistencySvc::initialize | ( | ) | [virtual] |
Initialize the service.
Reimplemented from PersistencySvc.
Definition at line 23 of file DetPersistencySvc.cpp.
{
StatusCode status = PersistencySvc::initialize();
return status;
}
friend class SvcFactory< DetPersistencySvc > [friend] |
Definition at line 10 of file DetPersistencySvc.h.