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

DbEventCnvSvc.h

Go to the documentation of this file.
00001 //      ============================================================
00002 //      DbEventCnvSvc.h
00003 //      ------------------------------------------------------------
00004 //
00005 //      Package   : Db Converters
00006 //
00007 //      Author    : Markus Frank
00008 //      ============================================================
00009 #ifndef DBCNV_DBEVENTCNVSVC_H
00010 #define DBCNV_DBEVENTCNVSVC_H 1
00011 // $Header: /nfs/slac/g/glast/ground/cvs/GaudiDb/src/Services/DbEventCnvSvc.h,v 1.1.1.1 2001/04/18 21:13:35 tlindner Exp $
00012 
00013 // Include files
00014 #include "DbCnvSvc.h"
00015 
00016 // Forward declarations
00017 template <class TYPE> class SvcFactory;
00018 
00047 class DbEventCnvSvc : public DbCnvSvc   {
00049   friend SvcFactory<DbEventCnvSvc>;
00050 public:
00053 
00054   virtual StatusCode initialize();
00055 
00057   virtual StatusCode updateServiceState(IOpaqueAddress* pAddress);
00059 
00060 protected:
00063 
00064   DbEventCnvSvc(const std::string& name, ISvcLocator* svc);
00065 
00067   virtual ~DbEventCnvSvc();
00069 };
00070 
00071 #endif // DBCNV_DBEVENTCNVSVC_H

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