All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EvtPersistencySvc.h
Go to the documentation of this file.
1 // ============================================================
2 //
3 // PersistencySvc.h
4 // ------------------------------------------------------------
5 //
6 // Package : PersistencySvc
7 //
8 // Author : Markus Frank
9 //
10 // ===========================================================
11 #ifndef PERSISTENCYSVC_EVTPERSISTENCYSVC_H
12 #define PERSISTENCYSVC_EVTPERSISTENCYSVC_H 1
13 
14 #include "PersistencySvc.h"
15 
37 class EvtPersistencySvc : virtual public PersistencySvc {
38 public:
41  virtual StatusCode initialize();
44  virtual StatusCode finalize();
46 
49  EvtPersistencySvc(const std::string& name, ISvcLocator* svc);
51 
53  virtual ~EvtPersistencySvc();
54 };
55 #endif // PERSISTENCYSVC_EVTPERSISTENCYSVC_H
virtual StatusCode initialize()
Initialize the service.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:26
EvtPersistencySvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
virtual StatusCode finalize()
Finalize the service.
PersistencySvc class implementation definition.
EvtPersistencySvc class implementation definition.
virtual const std::string & name() const
Retrieve name of the service.
Definition: Service.cpp:331
virtual ~EvtPersistencySvc()
Standard Destructor.