/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Calibration/CalibSvc/CalibXmlCnvSvc/CalibXmlCnvSvc-00-01-01/src/cnv/XmlTest1Cnv.h

Go to the documentation of this file.
00001 // $Header: /bes/bes/BossCvs/Calibration/CalibSvc/CalibXmlCnvSvc/src/cnv/XmlTest1Cnv.h,v 1.1.1.1 2006/04/03 03:04:32 maqm Exp $
00002 #ifndef CalibSvc_XmlTest1Cnv_h
00003 #define CalibSvc_XmlTest1Cnv_h
00004 
00012 #include "XmlBaseCnv.h"
00013 
00014 template <class TYPE> class CnvFactory;
00015 
00016 class XmlTest1Cnv : public XmlBaseCnv {
00017 
00019   friend class CnvFactory<XmlTest1Cnv>;
00020 public:
00021   const CLID& objType() const;
00022   static const CLID& classID();
00023 protected:
00024 
00025   XmlTest1Cnv(ISvcLocator* svcs);
00026 
00027   virtual ~XmlTest1Cnv() {}       // most likely nothing to do 
00028 
00029   virtual StatusCode i_createObj(const DOMElement* element,
00030                                  DataObject*& refpObject);
00031 
00032   
00033 };
00034 
00035 
00036 #endif

Generated on Tue Nov 29 22:57:54 2016 for BOSS_7.0.2 by  doxygen 1.4.7