You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/09/29 23:23:02 UTC

cvs commit: xml-xerces/c/src/xercesc/framework XMLDTDDescription.hpp

peiyongz    2004/09/29 14:23:02

  Modified:    c/src/xercesc/framework XMLDTDDescription.hpp
  Log:
  default implementation provided
  
  Revision  Changes    Path
  1.5       +6 -3      xml-xerces/c/src/xercesc/framework/XMLDTDDescription.hpp
  
  Index: XMLDTDDescription.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLDTDDescription.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLDTDDescription.hpp	8 Sep 2004 13:55:58 -0000	1.4
  +++ XMLDTDDescription.hpp	29 Sep 2004 21:23:02 -0000	1.5
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.5  2004/09/29 21:23:02  peiyongz
  + * default implementation provided
  + *
    * Revision 1.4  2004/09/08 13:55:58  peiyongz
    * Apache License Version 2.0
    *
  @@ -76,14 +79,14 @@
         *
         */
       virtual const XMLCh*          getRootName() const = 0;
  -    virtual const XMLCh*          getSystemId() const = 0;
  +    virtual const XMLCh*          getSystemId() const {return 0;};
   
       /**
         * Setter
         *
         */
       virtual void                  setRootName(const XMLCh* const) = 0;
  -    virtual void                  setSystemId(const XMLCh* const) = 0;
  +    virtual void                  setSystemId(const XMLCh* const) {};
       //@}
       
       /***
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org