localconnectivityservice/dun/atext/src/DunAtUrcHandler.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 0 c3e98f10fcf4
equal deleted inserted replaced
41:fb2c519f85e0 44:7a45d2ea2f56
    88         {
    88         {
    89         FTRACE(FPrint( _L("CDunAtUrcHandler::IssueRequest() (not ready) complete") ));
    89         FTRACE(FPrint( _L("CDunAtUrcHandler::IssueRequest() (not ready) complete") ));
    90         return KErrNotReady;
    90         return KErrNotReady;
    91         }
    91         }
    92     iStatus = KRequestPending;
    92     iStatus = KRequestPending;
       
    93     iUrcHandleState = EDunStateAtUrcHandling;
    93     iAtCmdExt->ReceiveUnsolicitedResult( iStatus, iRecvBuffer, iOwnerUidPckg );
    94     iAtCmdExt->ReceiveUnsolicitedResult( iStatus, iRecvBuffer, iOwnerUidPckg );
    94     SetActive();
    95     SetActive();
    95     iUrcHandleState = EDunStateAtUrcHandling;
       
    96     // Next mark ownership
    96     // Next mark ownership
    97     if ( !iStarted )
    97     if ( !iStarted )
    98         {
    98         {
    99         TInt retTemp = iAtCmdExt->MarkUrcHandlingOwnership( iOwnerUid );
    99         TInt retTemp = iAtCmdExt->MarkUrcHandlingOwnership( iOwnerUid );
   100         if ( retTemp != KErrNone )
   100         if ( retTemp != KErrNone )
   211 // Gets called on cancel
   211 // Gets called on cancel
   212 // ---------------------------------------------------------------------------
   212 // ---------------------------------------------------------------------------
   213 //
   213 //
   214 void CDunAtUrcHandler::DoCancel()
   214 void CDunAtUrcHandler::DoCancel()
   215     {
   215     {
       
   216     FTRACE(FPrint( _L("CDunAtUrcHandler::DoCancel()") ));
       
   217     FTRACE(FPrint( _L("CDunAtUrcHandler::DoCancel() complete") ));
   216     }
   218     }
   217 
   219 
   218 // ---------------------------------------------------------------------------
   220 // ---------------------------------------------------------------------------
   219 // From class MDunCompletionReporter.
   221 // From class MDunCompletionReporter.
   220 // Gets called when data push is complete
   222 // Gets called when data push is complete