localconnectivityservice/dun/atext/src/DunAtEcomListen.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 0 c3e98f10fcf4
--- a/localconnectivityservice/dun/atext/src/DunAtEcomListen.cpp	Tue Sep 14 22:59:42 2010 +0300
+++ b/localconnectivityservice/dun/atext/src/DunAtEcomListen.cpp	Wed Oct 13 15:32:36 2010 +0300
@@ -86,9 +86,9 @@
         return KErrNotReady;
         }
     iStatus = KRequestPending;
+    iEcomListenState = EDunStateEcomListening;
     iAtCmdExt->ReceiveEcomPluginChange( iStatus, iPluginUidPckg, iEcomTypePckg );
     SetActive();
-    iEcomListenState = EDunStateEcomListening;
     FTRACE(FPrint( _L("CDunAtEcomListen::IssueRequest() complete") ));
     return KErrNone;
     }