DetPersistencySvc.h
Go to the documentation of this file.
1 #ifndef PERSISTENCYSVC_DETPERSISTENCYSVC_H
2 #define PERSISTENCYSVC_DETPERSISTENCYSVC_H 1
3 
4 #include "PersistencySvc.h"
5 
6 class DetPersistencySvc : virtual public PersistencySvc
7 {
8 public:
9 
10 
11  // Standard Constructor
13 
14  // Standard Destructor
15  ~DetPersistencySvc() override = default;
16 
17 };
18 
19 #endif // PERSISTENCYSVC_DETPERSISTENCYSVC_H
20 
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:289
~DetPersistencySvc() override=default
STL class.
PersistencySvc class implementation definition.
DetPersistencySvc(const std::string &name, ISvcLocator *svc)