bearermanagement/mpm/src/mpmconfirmdlgstarting.cpp
branchRCL_3
changeset 19 22c3c67e5001
parent 8 2e6c4614c58e
child 32 5c4486441ae6
child 55 fc7b30ed2058
equal deleted inserted replaced
17:c14618f9de99 19:22c3c67e5001
   191 // CMPMConfirmDlgStarting::UserSelectedCancel
   191 // CMPMConfirmDlgStarting::UserSelectedCancel
   192 // -----------------------------------------------------------------------------
   192 // -----------------------------------------------------------------------------
   193 //
   193 //
   194 void CMPMConfirmDlgStarting::UserSelectedCancel( const TInt aError )
   194 void CMPMConfirmDlgStarting::UserSelectedCancel( const TInt aError )
   195     {
   195     {
   196     MPMLOGSTRING2( "CMPMConfirmDlgStarting<0x%x>::UserSelectedCancel", 
       
   197         iConnId )
       
   198     MPMLOGSTRING3( "CMPMConfirmDlgStarting<0x%x>::UserSelectedCancel:\
   196     MPMLOGSTRING3( "CMPMConfirmDlgStarting<0x%x>::UserSelectedCancel:\
   199  Complete %d", iConnId, aError )
   197  Complete %d", iConnId, aError )
   200     iIapSelection.ChooseIapComplete( aError, NULL );
   198     iIapSelection.ChooseIapComplete( aError, NULL );
   201     }
   199     }
   202 
   200