localconnectivityservice/dun/atext/src/DunAtCmdEchoer.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 40 52a167391590
--- a/localconnectivityservice/dun/atext/src/DunAtCmdEchoer.cpp	Tue Sep 14 22:59:42 2010 +0300
+++ b/localconnectivityservice/dun/atext/src/DunAtCmdEchoer.cpp	Wed Oct 13 15:32:36 2010 +0300
@@ -70,9 +70,9 @@
         FTRACE(FPrint( _L("CDunAtCmdEchoer::SendEchoCharacter() (not ready) complete") ));
         return KErrNotReady;
         }
+    iAtEchoState = EDunStateAtCmdEchoing;
     iStreamCallback->NotifyDataPushRequest( aInput, this );
     iCallback = aCallback;
-    iAtEchoState = EDunStateAtCmdEchoing;
     FTRACE(FPrint( _L("CDunDownstream::SendEchoCharacter() complete" ) ));
     return KErrNone;
     }