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 2001/04/30 23:32:15 UTC

cvs commit: xml-xalan/c/samples/XPathWrapper XPathWrapper.cpp

dbertoni    01/04/30 14:32:15

  Modified:    c/samples/XPathWrapper XPathWrapper.cpp
  Log:
  Fixed include file.
  
  Revision  Changes    Path
  1.12      +4 -1      xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp
  
  Index: XPathWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XPathWrapper.cpp	2001/01/08 20:26:48	1.11
  +++ XPathWrapper.cpp	2001/04/30 21:32:14	1.12
  @@ -21,6 +21,10 @@
   
   
   
  +#include <Include/STLHelper.hpp>
  +
  +
  +
   #include <XalanDOM/XalanDocument.hpp>
   #include <XalanDOM/XalanElement.hpp>
   
  @@ -28,7 +32,6 @@
   
   #include <PlatformSupport/DirectoryEnumerator.hpp>
   #include <PlatformSupport/DOMStringHelper.hpp>
  -#include <PlatformSupport/STLHelper.hpp>
   
   
   
  
  
  

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