Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

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     // Initialize the service.
00013     virtual StatusCode initialize();
00014 
00015     // Finalize the service.
00016     virtual StatusCode finalize();
00017 
00018 protected:
00019 
00020     // Standard Constructor
00021     DetPersistencySvc(const std::string& name, ISvcLocator* svc);
00022     
00023     // Standard Destructor
00024     virtual ~DetPersistencySvc();
00025 
00026 };
00027 
00028 #endif // PERSISTENCYSVC_DETPERSISTENCYSVC_H
00029 

Generated at Wed Nov 21 12:22:29 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000