dbertoni    2002/08/05 22:15:08

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Update for new vector type.
  
  Revision  Changes    Path
  1.38      +5 -0      xml-xalan/c/src/XSLT/XalanTemplate.cpp
  
  Index: XalanTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- XalanTemplate.cpp 16 May 2002 23:42:43 -0000      1.37
  +++ XalanTemplate.cpp 6 Aug 2002 05:15:08 -0000       1.38
  @@ -120,6 +120,7 @@
   #include <XPath/NodeRefList.hpp>
   #include <XPath/XObjectFactory.hpp>
   #include <XPath/XObjectFactoryDefault.hpp>
  +#include <XPath/XPath.hpp>
   #include <XPath/XPathEnvSupportDefault.hpp>
   #include <XPath/XPathExecutionContextDefault.hpp>
   #include <XPath/XPathExpression.hpp>
  @@ -833,6 +834,10 @@
                        theCollection.begin(),
                        theCollection.end(),
                        theXObject);
  +     }
  +
  +     {
  +             XPath::TargetDataVectorType             theVector;
        }
   #endif
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to