Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

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     // Standard Constructor
00019     DetPersistencySvc(const std::string& name, ISvcLocator* svc);
00020     
00021     // Standard Destructor
00022     virtual ~DetPersistencySvc();
00023 
00024 };
00025 
00026 #endif // PERSISTENCYSVC_DETPERSISTENCYSVC_H
00027 

Generated at Mon May 3 12:14:52 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004