localconnectivityservice/dun/atext/src/DunAtNvramListen.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 0 c3e98f10fcf4
equal deleted inserted replaced
41:fb2c519f85e0 44:7a45d2ea2f56
    89         iAtCmdExtCommon->GetNvramStatus( iNvramBuffer );
    89         iAtCmdExtCommon->GetNvramStatus( iNvramBuffer );
    90         iAtCmdExt->BroadcastNvramStatusChange( iNvramBuffer );
    90         iAtCmdExt->BroadcastNvramStatusChange( iNvramBuffer );
    91         iStarted = ETrue;
    91         iStarted = ETrue;
    92         }
    92         }
    93     iStatus = KRequestPending;
    93     iStatus = KRequestPending;
       
    94     iNvramHandleState = EDunStateNvramListening;
    94     iAtCmdExtCommon->ReceiveNvramStatusChange( iStatus, iNvramBuffer );
    95     iAtCmdExtCommon->ReceiveNvramStatusChange( iStatus, iNvramBuffer );
    95     SetActive();
    96     SetActive();
    96     iNvramHandleState = EDunStateNvramListening;
       
    97     FTRACE(FPrint( _L("CDunAtNvramListen::IssueRequest() complete") ));
    97     FTRACE(FPrint( _L("CDunAtNvramListen::IssueRequest() complete") ));
    98     return KErrNone;
    98     return KErrNone;
    99     }
    99     }
   100 
   100 
   101 // ---------------------------------------------------------------------------
   101 // ---------------------------------------------------------------------------