DetPersistencySvc.h
Go to the documentation of this file.00001 #ifndef PERSISTENCYSVC_DETPERSISTENCYSVC_H
00002 #define PERSISTENCYSVC_DETPERSISTENCYSVC_H 1
00003
00004 #include "PersistencySvc.h"
00005
00006 class DetPersistencySvc : virtual public PersistencySvc
00007 {
00008 public:
00009
00010 friend class SvcFactory<DetPersistencySvc>;
00011
00012
00013 virtual StatusCode initialize();
00014
00015
00016 virtual StatusCode finalize();
00017
00018
00019 DetPersistencySvc(const std::string& name, ISvcLocator* svc);
00020
00021
00022 virtual ~DetPersistencySvc();
00023
00024 };
00025
00026 #endif // PERSISTENCYSVC_DETPERSISTENCYSVC_H
00027