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:35 UTC

cvs commit: xml-xerces/c/src/xercesc/internal XMLScanner.hpp

peiyongz    2004/09/29 14:23:35

  Modified:    c/src/xercesc/internal XMLScanner.hpp
  Log:
  default implementation provided
  
  Revision  Changes    Path
  1.42      +4 -1      xml-xerces/c/src/xercesc/internal/XMLScanner.hpp
  
  Index: XMLScanner.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XMLScanner.hpp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- XMLScanner.hpp	29 Sep 2004 19:00:02 -0000	1.41
  +++ XMLScanner.hpp	29 Sep 2004 21:23:34 -0000	1.42
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.42  2004/09/29 21:23:34  peiyongz
  + * default implementation provided
  + *
    * Revision 1.41  2004/09/29 19:00:02  peiyongz
    * [jira1207] --patch from Dan Rosen
    *
  @@ -722,7 +725,7 @@
       virtual void sendCharData(XMLBuffer& toSend) = 0;
   
       //return owned by the caller
  -    virtual InputSource* resolveSystemId(const XMLCh* const sysId) = 0;
  +    virtual InputSource* resolveSystemId(const XMLCh* const sysId) {return 0;};
   
       // -----------------------------------------------------------------------
       //  Protected scanning methods
  
  
  

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