localconnectivityservice/dun/atext/src/DunAtCmdPusher.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 40 52a167391590
--- a/localconnectivityservice/dun/atext/src/DunAtCmdPusher.cpp	Tue Sep 14 22:59:42 2010 +0300
+++ b/localconnectivityservice/dun/atext/src/DunAtCmdPusher.cpp	Wed Oct 13 15:32:36 2010 +0300
@@ -119,13 +119,13 @@
         return KErrGeneral;
         }
     iStatus = KRequestPending;
+    iAtPushState = EDunStateAtCmdPushing;
     iAtCmdExt->HandleCommand( iStatus,
                               aInput,
                               iRecvBuffer,
                               iReplyLeftPckg,
                               iReplyTypePckg );
     SetActive();
-    iAtPushState = EDunStateAtCmdPushing;
     FTRACE(FPrint( _L("CDunAtCmdPusher::IssueRequest() complete") ));
     return KErrNone;
     }