tng 2003/01/09 11:07:27
Modified: c/src/xercesc/sax2 SAX2XMLReader.hpp
Log:
[Bug 15802] Add "const" qualifier to getURIText.
Revision Changes Path
1.9 +5 -1 xml-xerces/c/src/xercesc/sax2/SAX2XMLReader.hpp
Index: SAX2XMLReader.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/sax2/SAX2XMLReader.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SAX2XMLReader.hpp 23 Dec 2002 15:23:18 -0000 1.8
+++ SAX2XMLReader.hpp 9 Jan 2003 19:07:27 -0000 1.9
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.9 2003/01/09 19:07:27 tng
+ * [Bug 15802] Add "const" qualifier to getURIText.
+ *
* Revision 1.8 2002/12/23 15:23:18 knoaman
* Added a public api to various parsers to return the src offset within the input
* source.
@@ -619,7 +622,7 @@
* @param uriId id of the string in the URI string pool.
* @return URI string corresponding to the URI id.
*/
- virtual const XMLCh* getURIText(unsigned int uriId) = 0;
+ virtual const XMLCh* getURIText(unsigned int uriId) const = 0;
/**
* Returns the current src offset within the input source.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]