Skip to content
Snippets Groups Projects
Commit 844bc2c4 authored by Tinny Ng's avatar Tinny Ng
Browse files

[Bug 7072] Documentation for XMLString::transcode states invalid return value.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174806 13f79535-47bb-0310-9956-ffa450edef68
parent c5c96765
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
/* /*
* $Log$ * $Log$
* Revision 1.14 2003/02/25 16:42:31 tng
* [Bug 7072] Documentation for XMLString::transcode states invalid return value.
*
* Revision 1.13 2003/02/05 18:50:56 tng * Revision 1.13 2003/02/05 18:50:56 tng
* [Bug 11915] Utility for freeing memory. * [Bug 11915] Utility for freeing memory.
* *
...@@ -1231,9 +1234,7 @@ public: ...@@ -1231,9 +1234,7 @@ public:
* The size of this buffer should atleast be 'maxChars + 1'. * The size of this buffer should atleast be 'maxChars + 1'.
* @param maxChars The maximum number of bytes that the output * @param maxChars The maximum number of bytes that the output
* buffer can hold (not including the null, which is why * buffer can hold (not including the null, which is why
* toFill should be at least maxChars+1.) If the resulting * toFill should be at least maxChars+1.).
* output cannot fit into this many bytes, it is an error and
* false is returned.
* @return Returns true if successful, false if there was an error * @return Returns true if successful, false if there was an error
*/ */
static bool transcode static bool transcode
...@@ -1264,9 +1265,7 @@ public: ...@@ -1264,9 +1265,7 @@ public:
* The size of this buffer should atleast be 'maxChars + 1'. * The size of this buffer should atleast be 'maxChars + 1'.
* @param maxChars The maximum number of characters that the output * @param maxChars The maximum number of characters that the output
* buffer can hold (not including the null, which is why * buffer can hold (not including the null, which is why
* toFill should be at least maxChars+1.) If the resulting * toFill should be at least maxChars+1.).
* output cannot fit into this many characters, it is an error
* and false is returned.
* @return Returns true if successful, false if there was an error * @return Returns true if successful, false if there was an error
*/ */
static bool transcode static bool transcode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment