utilitylibraries/libutils/src/descriptor8tostring.cpp
changeset 34 5fae379060a7
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/utilitylibraries/libutils/src/descriptor8tostring.cpp	Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/descriptor8tostring.cpp	Fri Jun 11 15:26:22 2010 +0300
@@ -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)