Gaudi Framework, version v20r4

Generated: 8 Jan 2009

ConvSvc.cpp

Go to the documentation of this file.
00001 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/HbookCnv/src/ConvSvc.cpp,v 1.4 2006/01/10 20:11:13 hmd Exp $
00002 #define HBOOKCNV_ConvSvc_CPP
00003 
00004 
00005 // Include files
00006 #include "GaudiKernel/SvcFactory.h"
00007 #include "GaudiKernel/ConversionSvc.h"
00008 
00009 //------------------------------------------------------------------------------
00010 //
00011 // Implementation of class :  HbookCnv::ConvSvc
00012 //
00013 // Author :                   Pavel Binko
00014 //
00015 //------------------------------------------------------------------------------
00016 
00017 
00018  
00019 
00020 namespace HbookCnv {
00021   class ConvSvc   : public ConversionSvc    {
00022   public:
00024     ConvSvc(const std::string& name, ISvcLocator* svc)
00025     : ConversionSvc(name, svc, HBOOK_StorageType)  {
00026     }
00028     virtual ~ConvSvc()   {
00029     }
00030   };
00031 };    // namespace HbookCnv
00032 // Instantiation of a static factory class used by clients to create
00033 // instances of this service
00034 DECLARE_NAMESPACE_SERVICE_FACTORY(HbookCnv,ConvSvc)

Generated at Thu Jan 8 17:44:24 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004