You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/02/23 05:22:26 UTC

cvs commit: xml-xalan/c/src/XPathCAPI XPathCAPI.cpp

dbertoni    02/02/22 20:22:26

  Modified:    c/src/XPathCAPI XPathCAPI.cpp
  Log:
  Fixes for Xerces "sane includes" change.
  
  Revision  Changes    Path
  1.6       +3 -3      xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp
  
  Index: XPathCAPI.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XPathCAPI.cpp	20 Oct 2001 01:07:15 -0000	1.5
  +++ XPathCAPI.cpp	23 Feb 2002 04:22:26 -0000	1.6
  @@ -59,9 +59,9 @@
   
   
   
  -#include <util/PlatformUtils.hpp>
  -#include <framework/MemBufInputSource.hpp>
  -#include <sax/SAXException.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/framework/MemBufInputSource.hpp>
  +#include <xercesc/sax/SAXException.hpp>
   
   
   
  
  
  

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