You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mh...@apache.org on 2004/11/09 23:38:02 UTC

cvs commit: xml-xalan/c/src/xalanc/XPath XPathProcessorImpl.hpp

mhoyt       2004/11/09 14:38:02

  Modified:    c/src/xalanc/XPath XPathProcessorImpl.hpp
  Log:
  Fix to enabled proper template specialization selection for HP-UX/aCC
  
  Revision  Changes    Path
  1.11      +3 -4      xml-xalan/c/src/xalanc/XPath/XPathProcessorImpl.hpp
  
  Index: XPathProcessorImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPathProcessorImpl.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XPathProcessorImpl.hpp	8 Nov 2004 18:17:12 -0000	1.10
  +++ XPathProcessorImpl.hpp	9 Nov 2004 22:38:01 -0000	1.11
  @@ -27,13 +27,12 @@
   
   
   
  -
  -#include <xalanc/Include/XalanVector.hpp>
  -#include <xalanc/Include/XalanMap.hpp>
  +#include <xalanc/XalanDOM/XalanDOMString.hpp>
   
   
   
  -#include <xalanc/XalanDOM/XalanDOMString.hpp>
  +#include <xalanc/Include/XalanVector.hpp>
  +#include <xalanc/Include/XalanMap.hpp>
   
   
   
  
  
  

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