dbertoni 00/05/08 10:24:49
Modified: c/src/XPath XPathExecutionContext.hpp
XPathExecutionContextDefault.cpp
XPathExecutionContextDefault.hpp
Log:
Changes for new XalanDecimalFormatSymbols class.
Revision Changes Path
1.11 +3 -3 xml-xalan/c/src/XPath/XPathExecutionContext.hpp
Index: XPathExecutionContext.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContext.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XPathExecutionContext.hpp 2000/05/01 15:11:42 1.10
+++ XPathExecutionContext.hpp 2000/05/08 17:24:46 1.11
@@ -84,7 +84,7 @@
-class DecimalFormatSymbols;
+class XalanDecimalFormatSymbols;
class PrefixResolver;
class QName;
class XLocator;
@@ -575,13 +575,13 @@
/**
- * Retrieve the DecimalFormatSymbols instance associated with
+ * Retrieve the XalanDecimalFormatSymbols instance associated with
* the name.
*
* @param name the name for the lookup
* @return a pointer to the matching instance, or 0 if none was found
*/
- virtual const DecimalFormatSymbols*
+ virtual const XalanDecimalFormatSymbols*
getDecimalFormatSymbols(const XalanDOMString& name) = 0;
// These interfaces are inherited from ExecutionContext...
1.7 +1 -1 xml-xalan/c/src/XPath/XPathExecutionContextDefault.cpp
Index: XPathExecutionContextDefault.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContextDefault.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XPathExecutionContextDefault.cpp 2000/05/01 15:11:42 1.6
+++ XPathExecutionContextDefault.cpp 2000/05/08 17:24:47 1.7
@@ -561,7 +561,7 @@
-const DecimalFormatSymbols*
+const XalanDecimalFormatSymbols*
XPathExecutionContextDefault::getDecimalFormatSymbols(const XalanDOMString&
/* name */)
{
return 0;
1.9 +1 -1 xml-xalan/c/src/XPath/XPathExecutionContextDefault.hpp
Index: XPathExecutionContextDefault.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContextDefault.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XPathExecutionContextDefault.hpp 2000/05/01 15:11:42 1.8
+++ XPathExecutionContextDefault.hpp 2000/05/08 17:24:47 1.9
@@ -263,7 +263,7 @@
XalanDocument* theDocument);
- virtual const DecimalFormatSymbols*
+ virtual const XalanDecimalFormatSymbols*
getDecimalFormatSymbols(const XalanDOMString& name);
// These interfaces are inherited from ExecutionContext...