dbertoni 2003/01/02 09:47:35
Modified: c/src/XPath XPath.hpp
Log:
Renamed typedef.
Revision Changes Path
1.38 +2 -2 xml-xalan/c/src/XPath/XPath.hpp
Index: XPath.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPath.hpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- XPath.hpp 2 Jan 2003 17:39:08 -0000 1.37
+++ XPath.hpp 2 Jan 2003 17:47:35 -0000 1.38
@@ -1681,7 +1681,7 @@
private:
- typedef eMatchScore (NodeTester::*MemberFunctionPtr)(const
XalanNode&, XalanNode::NodeType) const;
+ typedef eMatchScore (NodeTester::*TestFunctionPtr)(const
XalanNode&, XalanNode::NodeType) const;
eMatchScore
@@ -1791,7 +1791,7 @@
const XalanDOMString* m_targetLocalName;
- MemberFunctionPtr m_testFunction;
+ TestFunctionPtr m_testFunction;
};
protected:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]