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 2002/10/23 22:43:07 UTC

cvs commit: xml-xerces/c/src/xercesc/dom DOMImplementation.hpp

peiyongz    2002/10/23 13:43:07

  Modified:    c/src/xercesc/dom DOMImplementation.hpp
  Log:
  Bug#13213: DOMImplementation::hasFeature() should be const
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xerces/c/src/xercesc/dom/DOMImplementation.hpp
  
  Index: DOMImplementation.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMImplementation.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DOMImplementation.hpp	22 Aug 2002 15:04:57 -0000	1.7
  +++ DOMImplementation.hpp	23 Oct 2002 20:43:07 -0000	1.8
  @@ -122,7 +122,7 @@
        *   specified version, <code>false</code> otherwise.
        * @since DOM Level 1
        */
  -    virtual bool  hasFeature(const XMLCh *feature,  const XMLCh *version) = 0;
  +    virtual bool  hasFeature(const XMLCh *feature,  const XMLCh *version) const = 0;
       //@}
   
       // -----------------------------------------------------------------------
  
  
  

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