equal
deleted
inserted
replaced
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() |