atext/server/src/atextsession.cpp
changeset 21 5e5528a288fe
parent 0 29b1cd4cb562
child 24 b69e63ed1902
--- a/atext/server/src/atextsession.cpp	Mon May 03 13:34:38 2010 +0300
+++ b/atext/server/src/atextsession.cpp	Fri May 14 16:59:23 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description: 
+* Description:
 *
 */
 
@@ -322,6 +322,7 @@
         }
     // Third, check a case where there is support but reply is not
     // expected. In this case "" must be returned to complete processing.
+    // Note: The EFalse setting is used only for normal mode.
     if ( !complInfo.iReplyExpected )
         {
         // Return ""
@@ -334,8 +335,8 @@
         TRACE_FUNC_EXIT
         return retTemp;
         }
-    // The rest are for known command with reply. This case is handled in
-    // HandleCommand().
+    // The rest are for known command with reply or data in editor mode.
+    // This case is handled in HandleCommand().
     TRACE_INFO(( _L8("Command handled: wait for asynchronous reply or do nothing") ));
     TRACE_FUNC_EXIT
     return KErrNone;