telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmdatacalltsy.cpp
branchRCL_3
changeset 8 3f227a47ad75
parent 0 3553901f7fa8
child 18 17af172ffa5f
equal deleted inserted replaced
7:fe8b59ab9fa0 8:3f227a47ad75
   658                 iCallStatus = RCall::EStatusIdle;
   658                 iCallStatus = RCall::EStatusIdle;
   659                 iMobileCallStatus = RMobileCall::EStatusIdle;
   659                 iMobileCallStatus = RMobileCall::EStatusIdle;
   660 
   660 
   661                 SetUnowned();
   661                 SetUnowned();
   662                 ClearCallStatus();
   662                 ClearCallStatus();
       
   663 				RecoverDataPort(0);
   663                 statusChanged = ETrue;
   664                 statusChanged = ETrue;
   664 
   665 
   665                 if ( KErrNone != aResult )
   666                 if ( KErrNone != aResult )
   666                     {
   667                     {
   667                     if ( KErrGsmReleaseByUser == aResult || 
   668                     if ( KErrGsmReleaseByUser == aResult || 
  2446     else
  2447     else
  2447         {
  2448         {
  2448         ret = KErrEtelPortNotLoanedToClient;
  2449         ret = KErrEtelPortNotLoanedToClient;
  2449         }
  2450         }
  2450 
  2451 
  2451     ReqCompleted( aTsyReqHandle, ret );
  2452     if(0 != aTsyReqHandle)
       
  2453         {
       
  2454         ReqCompleted( aTsyReqHandle, ret );
       
  2455         }
  2452 
  2456 
  2453     return KErrNone;
  2457     return KErrNone;
  2454     }
  2458     }
  2455 
  2459 
  2456 // ---------------------------------------------------------------------------
  2460 // ---------------------------------------------------------------------------