auriemma 01/03/12 14:08:59
Modified: c/src/XSLT XalanTemplate.cpp
Log:
Changes for AIX.
Revision Changes Path
1.15 +2 -1 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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- XalanTemplate.cpp 2001/01/19 21:42:28 1.14
+++ XalanTemplate.cpp 2001/03/12 22:08:58 1.15
@@ -128,6 +128,7 @@
#include <XPath/XPathEnvSupportDefault.hpp>
#include <XPath/XPathExecutionContextDefault.hpp>
#include <XPath/XPathExpression.hpp>
+#include <XPath/XPathFactoryBlock.hpp>
#include <XPath/XPathFactoryDefault.hpp>
#include <XPath/XPathFunctionTable.hpp>
#include <XPath/XPathProcessorImpl.hpp>
@@ -212,7 +213,7 @@
#endif
{
- XObjectFactoryDefault::CollectionType theVector;
+ XObjectFactoryDefault::XObjectCollectionType theVector;
XObjectFactoryDefault theFactory;
for_each(theVector.begin(),
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]