bearermanagement/mpm/src/mpmconfirmdlgstarting.cpp
branchRCL_3
changeset 23 fc7b30ed2058
parent 14 22c3c67e5001
child 24 05bc53fe583b
equal deleted inserted replaced
22:984e13af52c4 23:fc7b30ed2058
   193 //
   193 //
   194 void CMPMConfirmDlgStarting::UserSelectedCancel( const TInt aError )
   194 void CMPMConfirmDlgStarting::UserSelectedCancel( const TInt aError )
   195     {
   195     {
   196     MPMLOGSTRING3( "CMPMConfirmDlgStarting<0x%x>::UserSelectedCancel:\
   196     MPMLOGSTRING3( "CMPMConfirmDlgStarting<0x%x>::UserSelectedCancel:\
   197  Complete %d", iConnId, aError )
   197  Complete %d", iConnId, aError )
       
   198     // User cancelled the connection permission query,
       
   199     // don't try again until the timer expires.
       
   200     iServer.StartConnPermQueryTimer();
   198     iIapSelection.ChooseIapComplete( aError, NULL );
   201     iIapSelection.ChooseIapComplete( aError, NULL );
   199     }
   202     }
   200 
   203 
   201 
   204 
   202 void CMPMConfirmDlgStarting::UserSelectedConnectThisTime()
   205 void CMPMConfirmDlgStarting::UserSelectedConnectThisTime()