tng 2003/01/09 11:14:11 Modified: c/doc migration.xml Log: [Bug 15802] Add "const" qualifier to getURIText. Revision Changes Path 1.42 +3 -1 xml-xerces/c/doc/migration.xml Index: migration.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/migration.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- migration.xml 6 Jan 2003 21:19:42 -0000 1.41 +++ migration.xml 9 Jan 2003 19:14:10 -0000 1.42 @@ -133,7 +133,9 @@ <li>Move XMLUri copy constructor and operator = as public.</li> <li>Move XMLUri::isURIString as public.</li> <li>For validation purpose, added two more default parameters to - XMLValidator::validateAttrValue</li> + XMLValidator::validateAttrValue.</li> + <li>To fix [Bug 15802], the getURIText of DOMParser/XercesDOMParser/SAXParser/SAX2XMLReader + are being added a const modifier.</li> </ul> </s4>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]