--- a/utilitylibraries/libutils/src/descriptor8towstring.cpp Tue Aug 31 16:54:36 2010 +0300
+++ b/utilitylibraries/libutils/src/descriptor8towstring.cpp Wed Sep 01 12:36:54 2010 +0100
@@ -236,7 +236,7 @@
* reference to the wstring array where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -4 is EInvalidPointer , -5 is EDescriptorNoData, -7 is EInvalidMBSSequence)
+ * -4 is EInvalidPointer , -5 is EDescriptorNoData)
*/
EXPORT_C int Hbufc8ToWstring(HBufC8* aSrc, wstring& aDes)
@@ -285,7 +285,7 @@
* reference to the wstring array where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -5 is EDescriptorNoData, -7 is EInvalidMBSSequence)
+ * -5 is EDescriptorNoData)
*/
EXPORT_C int Tlitc8ToWstring(TDes8& aSrc, wstring& aDes)