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/04/07 16:14:33 UTC

cvs commit: xml-xerces/c/src/xercesc/internal WFXMLScanner.cpp

peiyongz    2004/04/07 07:14:33

  Modified:    c/src/xercesc/internal WFXMLScanner.cpp
  Log:
  implement dummy resolveSystemId
  
  Revision  Changes    Path
  1.22      +5 -1      xml-xerces/c/src/xercesc/internal/WFXMLScanner.cpp
  
  Index: WFXMLScanner.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/WFXMLScanner.cpp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- WFXMLScanner.cpp	3 Mar 2004 10:45:44 -0000	1.21
  +++ WFXMLScanner.cpp	7 Apr 2004 14:14:33 -0000	1.22
  @@ -2062,6 +2062,10 @@
       sendCharData(toUse);
   }
   
  +InputSource* WFXMLScanner::resolveSystemId(const XMLCh* const)
  +{
  +    return 0;
  +}
   
   //  This method will scan a general/character entity ref. It will either
   //  expand a char ref and return it directly, or push a reader for a general
  
  
  

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