bearermanagement/mpm/src/mpmconfirmdlgstarting.cpp
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 32 5c4486441ae6
child 55 fc7b30ed2058
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   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