dbertoni 2003/02/12 15:08:57
Modified: c/src/XSLT ElemTemplateElement.cpp ElemTemplateElement.hpp
ResultTreeFrag.cpp ResultTreeFrag.hpp
Stylesheet.cpp Stylesheet.hpp
Log:
Fixed inconsistency with return type of getIndex().
Revision Changes Path
1.92 +1 -1 xml-xalan/c/src/XSLT/ElemTemplateElement.cpp
Index: ElemTemplateElement.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.cpp,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ElemTemplateElement.cpp 5 Feb 2003 00:06:34 -0000 1.91
+++ ElemTemplateElement.cpp 12 Feb 2003 23:08:56 -0000 1.92
@@ -941,7 +941,7 @@
-unsigned long
+ElemTemplateElement::IndexType
ElemTemplateElement::getIndex() const
{
return 0;
1.58 +1 -1 xml-xalan/c/src/XSLT/ElemTemplateElement.hpp
Index: ElemTemplateElement.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.hpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ElemTemplateElement.hpp 5 Feb 2003 00:06:35 -0000 1.57
+++ ElemTemplateElement.hpp 12 Feb 2003 23:08:56 -0000 1.58
@@ -617,7 +617,7 @@
virtual bool
isIndexed() const;
- virtual unsigned long
+ virtual IndexType
getIndex() const;
virtual const XalanDOMString&
1.9 +1 -1 xml-xalan/c/src/XSLT/ResultTreeFrag.cpp
Index: ResultTreeFrag.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultTreeFrag.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ResultTreeFrag.cpp 25 Nov 2002 18:11:52 -0000 1.8
+++ ResultTreeFrag.cpp 12 Feb 2003 23:08:56 -0000 1.9
@@ -398,7 +398,7 @@
-unsigned long
+ResultTreeFrag::IndexType
ResultTreeFrag::getIndex() const
{
return 0;
1.6 +1 -1 xml-xalan/c/src/XSLT/ResultTreeFrag.hpp
Index: ResultTreeFrag.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultTreeFrag.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ResultTreeFrag.hpp 25 Nov 2002 18:11:52 -0000 1.5
+++ ResultTreeFrag.hpp 12 Feb 2003 23:08:56 -0000 1.6
@@ -206,7 +206,7 @@
virtual bool
isIndexed() const;
- virtual unsigned long
+ virtual IndexType
getIndex() const;
#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
1.90 +1 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp
Index: Stylesheet.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.cpp,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- Stylesheet.cpp 5 Feb 2003 00:05:43 -0000 1.89
+++ Stylesheet.cpp 12 Feb 2003 23:08:56 -0000 1.90
@@ -1760,7 +1760,7 @@
-unsigned long
+Stylesheet::IndexType
Stylesheet::getIndex() const
{
return 0;
1.57 +1 -1 xml-xalan/c/src/XSLT/Stylesheet.hpp
Index: Stylesheet.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.hpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- Stylesheet.hpp 25 Nov 2002 18:11:53 -0000 1.56
+++ Stylesheet.hpp 12 Feb 2003 23:08:57 -0000 1.57
@@ -965,7 +965,7 @@
virtual void
setPrefix(const XalanDOMString& prefix);
- virtual unsigned long
+ virtual IndexType
getIndex() const;
virtual XalanElement*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]