tng         2002/07/31 13:38:07

  Modified:    c/doc/html ApacheDOMC++BindingL2.html
                        ApacheDOMC++BindingL3.html
  Log:
  [Bug 11338] missing const keyword for DOMNodeList methods.
  
  Revision  Changes    Path
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApacheDOMC++BindingL2.html        15 Jul 2002 19:42:43 -0000      1.1
  +++ ApacheDOMC++BindingL2.html        31 Jul 2002 20:38:07 -0000      1.2
  @@ -1158,7 +1158,7 @@
   
   <td><font face="Courier New,Courier"><font size=-1>DOMNode*</font></font></td>
   
  -<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index)
  +<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index) const
   = 0;</font></font></td>
   </tr>
   
  @@ -1169,7 +1169,7 @@
   
   <td><font face="Courier New,Courier"><font size=-1>XMLSize_t</font></font></td>
   
  -<td><font face="Courier New,Courier"><font size=-1>getLength() = 
0;</font></font></td>
  +<td><font face="Courier New,Courier"><font size=-1>getLength() const = 
0;</font></font></td>
   </tr>
   
   <tr ALIGN=LEFT VALIGN=TOP>
  
  
  
  1.3       +2 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ApacheDOMC++BindingL3.html        26 Jul 2002 19:15:14 -0000      1.2
  +++ ApacheDOMC++BindingL3.html        31 Jul 2002 20:38:07 -0000      1.3
  @@ -1649,7 +1649,7 @@
   
   <td><font face="Courier New,Courier"><font size=-1>DOMNode*</font></font></td>
   
  -<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index)
  +<td><font face="Courier New,Courier"><font size=-1>item(XMLSize_t index) const
   = 0;</font></font></td>
   </tr>
   
  @@ -1660,7 +1660,7 @@
   
   <td><font face="Courier New,Courier"><font size=-1>XMLSize_t</font></font></td>
   
  -<td><font face="Courier New,Courier"><font size=-1>getLength() = 
0;</font></font></td>
  +<td><font face="Courier New,Courier"><font size=-1>getLength() const = 
0;</font></font></td>
   </tr>
   
   <tr ALIGN=LEFT VALIGN=TOP>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to