dbertoni 2002/12/02 16:59:43
Modified: c/samples/XPathWrapper TestDriver.cpp XPathWrapper.hpp
Log:
Fixed typedef.
Revision Changes Path
1.12 +1 -1 xml-xalan/c/samples/XPathWrapper/TestDriver.cpp
Index: TestDriver.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/TestDriver.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TestDriver.cpp 27 Nov 2002 22:52:05 -0000 1.11
+++ TestDriver.cpp 3 Dec 2002 00:59:43 -0000 1.12
@@ -36,7 +36,7 @@
return -1;
}
- XPathWrapper::CharVectorType theXML;
+ XPathWrapper::ChVectorType theXML;
ifstream in(argv[1]);
1.9 +3 -3 xml-xalan/c/samples/XPathWrapper/XPathWrapper.hpp
Index: XPathWrapper.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/XPathWrapper.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XPathWrapper.hpp 27 Nov 2002 22:36:45 -0000 1.8
+++ XPathWrapper.hpp 3 Dec 2002 00:59:43 -0000 1.9
@@ -86,12 +86,12 @@
public:
- typedef XALAN_CPP_NAMESPACE_QUALIFIER CharVectorType CharVectorType;
+ typedef XALAN_CPP_NAMESPACE_QUALIFIER CharVectorType ChVectorType;
#if defined(XALAN_NO_STD_NAMESPACE)
- typedef vector<CharVectorType>
CharVectorTypeVectorType;
+ typedef vector<ChVectorType> CharVectorTypeVectorType;
#else
- typedef std::vector<CharVectorType>
CharVectorTypeVectorType;
+ typedef std::vector<ChVectorType> CharVectorTypeVectorType;
#endif
XPathWrapper();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]