localconnectivityservice/dun/atext/src/DunAtEcomListen.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 0 c3e98f10fcf4
equal deleted inserted replaced
41:fb2c519f85e0 44:7a45d2ea2f56
    84         {
    84         {
    85         FTRACE(FPrint( _L("CDunAtEcomListen::IssueRequest() (not ready) complete") ));
    85         FTRACE(FPrint( _L("CDunAtEcomListen::IssueRequest() (not ready) complete") ));
    86         return KErrNotReady;
    86         return KErrNotReady;
    87         }
    87         }
    88     iStatus = KRequestPending;
    88     iStatus = KRequestPending;
       
    89     iEcomListenState = EDunStateEcomListening;
    89     iAtCmdExt->ReceiveEcomPluginChange( iStatus, iPluginUidPckg, iEcomTypePckg );
    90     iAtCmdExt->ReceiveEcomPluginChange( iStatus, iPluginUidPckg, iEcomTypePckg );
    90     SetActive();
    91     SetActive();
    91     iEcomListenState = EDunStateEcomListening;
       
    92     FTRACE(FPrint( _L("CDunAtEcomListen::IssueRequest() complete") ));
    92     FTRACE(FPrint( _L("CDunAtEcomListen::IssueRequest() complete") ));
    93     return KErrNone;
    93     return KErrNone;
    94     }
    94     }
    95 
    95 
    96 // ---------------------------------------------------------------------------
    96 // ---------------------------------------------------------------------------