tng 2002/09/26 10:24:00 Modified: c/doc/html ApacheDOMC++BindingL3.html Log: DOM L3: Add const to isSameNode, isEqualNode, compareTreePosition. Patch from Gareth Reakes Revision Changes Path 1.7 +13 -4 xml-xerces/c/doc/html/ApacheDOMC++BindingL3.html Index: ApacheDOMC++BindingL3.html =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/html/ApacheDOMC++BindingL3.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ApacheDOMC++BindingL3.html 16 Sep 2002 17:25:07 -0000 1.6 +++ ApacheDOMC++BindingL3.html 26 Sep 2002 17:24:00 -0000 1.7 @@ -110,6 +110,15 @@ <td ALIGN=LEFT VALIGN=TOP>[Bug 12442] Fix typo: "Mode:" -> "Model" </td> </tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td>Xerces-C++ 2.1: September 26, 2002</td> + +<td ALIGN=LEFT VALIGN=TOP>Modified +<br>- add const modifier to DOMNode::compareTreePosition +<br>- add const modifier to DOMNode::isSameNode +<br>- add const modifier to DOMNode::isEqualNode +</tr> </table> <p> @@ -1486,7 +1495,7 @@ <td><font face="Courier New,Courier"><font size=-1>bool</font></font></td> <td><font face="Courier New,Courier"><font size=-1>isSameNode(const DOMNode* -other) = 0;</font></font></td> +other) const = 0;</font></font></td> </tr> <tr ALIGN=LEFT VALIGN=TOP> @@ -1497,7 +1506,7 @@ <td><font face="Courier New,Courier"><font size=-1>bool</font></font></td> <td><font face="Courier New,Courier"><font size=-1>isEqualNode(const DOMNode* -arg) = 0;</font></font></td> +arg) const = 0;</font></font></td> </tr> <tr ALIGN=LEFT VALIGN=TOP> @@ -1542,8 +1551,8 @@ <td><font face="Courier New,Courier"><font size=-1>short</font></font></td> -<td><font face="Courier New,Courier"><font size=-1>compareTreePosition(DOMNode* -other) 0;</font></font></td> +<td><font face="Courier New,Courier"><font size=-1>compareTreePosition(const DOMNode* +other) const = 0;</font></font></td> </tr> <tr ALIGN=LEFT VALIGN=TOP>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]