You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2001/06/04 23:01:50 UTC

cvs commit: xml-xerces/c/src/parsers SAX2XMLReaderImpl.hpp

jberry      01/06/04 14:01:50

  Modified:    c/src/parsers SAX2XMLReaderImpl.hpp
  Log:
  getErrorCount is virtual in this class reflecting derivation from SAX2XMLReader.
  
  Revision  Changes    Path
  1.10      +4 -1      xml-xerces/c/src/parsers/SAX2XMLReaderImpl.hpp
  
  Index: SAX2XMLReaderImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/parsers/SAX2XMLReaderImpl.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SAX2XMLReaderImpl.hpp	2001/06/03 19:26:19	1.9
  +++ SAX2XMLReaderImpl.hpp	2001/06/04 21:01:49	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2XMLReaderImpl.hpp,v $
  + * Revision 1.10  2001/06/04 21:01:49  jberry
  + * getErrorCount is virtual in this class reflecting derivation from SAX2XMLReader.
  + *
    * Revision 1.9  2001/06/03 19:26:19  jberry
    * Add support for querying error count following parse; enables simple parse without requiring error handler.
    *
  @@ -407,7 +410,7 @@
         * @return number of errors encountered during the latest
         *			parse operation.
         */
  -    int getErrorCount() const;
  +    virtual int getErrorCount() const;
   
       /**
         * This method returns the installed content handler.
  
  
  

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