dbertoni 2002/11/21 18:28:01
Modified: c/src/TestXPath NodeNameTreeWalker.cpp
NodeNameTreeWalker.hpp TestXPath.cpp
Log:
Updates for new C++ namespace support.
Revision Changes Path
1.4 +9 -1 xml-xalan/c/src/TestXPath/NodeNameTreeWalker.cpp
Index: NodeNameTreeWalker.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/TestXPath/NodeNameTreeWalker.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NodeNameTreeWalker.cpp 2 Nov 2000 01:45:46 -0000 1.3
+++ NodeNameTreeWalker.cpp 22 Nov 2002 02:28:00 -0000 1.4
@@ -2,7 +2,7 @@
* The Apache Software License, Version 1.1
*
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -67,6 +67,10 @@
+XALAN_CPP_NAMESPACE_BEGIN
+
+
+
NodeNameTreeWalker::NodeNameTreeWalker() :
TreeWalker(),
m_nodeName(),
@@ -147,3 +151,7 @@
NodeNameTreeWalker::endNode(const XalanNode* /* node */)
{
}
+
+
+
+XALAN_CPP_NAMESPACE_END
1.4 +9 -1 xml-xalan/c/src/TestXPath/NodeNameTreeWalker.hpp
Index: NodeNameTreeWalker.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/TestXPath/NodeNameTreeWalker.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NodeNameTreeWalker.hpp 11 Apr 2000 14:44:36 -0000 1.3
+++ NodeNameTreeWalker.hpp 22 Nov 2002 02:28:00 -0000 1.4
@@ -2,7 +2,7 @@
* The Apache Software License, Version 1.1
*
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -71,6 +71,10 @@
+XALAN_CPP_NAMESPACE_BEGIN
+
+
+
class NodeNameTreeWalker : public TreeWalker
{
public:
@@ -133,6 +137,10 @@
XalanDOMString m_nodeName;
NodeVectorType m_matchingNodes;
};
+
+
+
+XALAN_CPP_NAMESPACE_END
1.36 +6 -1 xml-xalan/c/src/TestXPath/TestXPath.cpp
Index: TestXPath.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- TestXPath.cpp 14 Nov 2002 23:55:11 -0000 1.35
+++ TestXPath.cpp 22 Nov 2002 02:28:00 -0000 1.36
@@ -2,7 +2,7 @@
* The Apache Software License, Version 1.1
*
*
- * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -124,6 +124,11 @@
#include "NodeNameTreeWalker.hpp"
+
+
+
+XALAN_CPP_NAMESPACE_USE
+XERCES_CPP_NAMESPACE_USE
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]