--- a/utilitylibraries/libutils/src/descriptor8tostring.cpp Fri Sep 17 19:25:42 2010 +0530
+++ b/utilitylibraries/libutils/src/descriptor8tostring.cpp Wed Oct 13 19:39:18 2010 +0530
@@ -235,7 +235,8 @@
* @param aSrc is the descriptor to be converted , aDes is the
* reference to the string to which the result of conversion
* is stored , n_size specifies the conversion size of the string
- * @return Status code (0 is ESuccess, -5 is EDescriptorNoData)
+ * @return Status code (0 is ESuccess, -5 is EDescriptorNoData
+ * -9 is EInsufficientSystemMemory)
*/
EXPORT_C int Tlit8ToString(const TDesC8& aSrc, string& aDes)