tng 2002/10/29 11:02:18 Modified: c/doc/html ApacheDOMC++BindingL2.html ApacheDOMC++BindingL3.html Log: Bug#13213: DOMImplementation::hasFeature() should be const Revision Changes Path 1.5 +10 -1 xml-xerces/c/doc/html/ApacheDOMC++BindingL2.html Index: ApacheDOMC++BindingL2.html =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/html/ApacheDOMC++BindingL2.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ApacheDOMC++BindingL2.html 16 Sep 2002 17:25:07 -0000 1.4 +++ ApacheDOMC++BindingL2.html 29 Oct 2002 19:02:18 -0000 1.5 @@ -111,6 +111,15 @@ <td ALIGN=LEFT VALIGN=TOP>[Bug 12442] Fix typo: "Mode:" -> "Model" </td> </tr> + +<tr ALIGN=LEFT VALIGN=TOP> +<td>October 28, 2002</td> + +<td ALIGN=LEFT VALIGN=TOP>Modified +<br>- add const modifier to DOMImplementation::hasFeature +</td> +</tr> + </table> <p> @@ -383,7 +392,7 @@ <td><font face="Courier New,Courier"><font size=-1>hasFeature(const XMLCh* feature,</font></font> <br><font face="Courier New,Courier"><font size=-1> -const XMLCh* version) = 0;</font></font></td> +const XMLCh* version) const = 0;</font></font></td> </tr> <tr ALIGN=LEFT VALIGN=TOP> 1.8 +11 -2 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ApacheDOMC++BindingL3.html 26 Sep 2002 17:24:00 -0000 1.7 +++ ApacheDOMC++BindingL3.html 29 Oct 2002 19:02:18 -0000 1.8 @@ -112,13 +112,22 @@ </tr> <tr ALIGN=LEFT VALIGN=TOP> -<td>Xerces-C++ 2.1: September 26, 2002</td> +<td>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> + +<tr ALIGN=LEFT VALIGN=TOP> +<td>October 28, 2002</td> + +<td ALIGN=LEFT VALIGN=TOP>Modified +<br>- add const modifier to DOMImplementation::hasFeature +</td> +</tr> + </table> <p> @@ -510,7 +519,7 @@ <td><font face="Courier New,Courier"><font size=-1>hasFeature(const XMLCh* feature,</font></font> <br><font face="Courier New,Courier"><font size=-1> -const XMLCh* version) = 0;</font></font></td> +const XMLCh* version) const = 0;</font></font></td> </tr> <tr ALIGN=LEFT VALIGN=TOP>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]