bearermanagement/mpm/src/mpmiapselection.cpp
branchRCL_3
changeset 54 984e13af52c4
parent 45 4c83dcfb6f1a
child 55 fc7b30ed2058
equal deleted inserted replaced
45:4c83dcfb6f1a 54:984e13af52c4
   732                                                   iSession->ConnectionId() );
   732                                                   iSession->ConnectionId() );
   733         TBool connectionAlreadyActive = (state == EStarted || state == EStarting || state == ERoaming);
   733         TBool connectionAlreadyActive = (state == EStarted || state == EStarting || state == ERoaming);
   734         if ( !connectionAlreadyActive &&
   734         if ( !connectionAlreadyActive &&
   735                 ( iSession->IsMMSIap( aPolicyPref->IapId() ) == EFalse ) )
   735                 ( iSession->IsMMSIap( aPolicyPref->IapId() ) == EFalse ) )
   736             {
   736             {
   737             CConnectionUiUtilities* connUiUtils;
   737             CConnectionUiUtilities* connUiUtils( NULL );
   738             TRAPD( popupError, connUiUtils = CConnectionUiUtilities::NewL() );
   738             TRAPD( popupError, connUiUtils = CConnectionUiUtilities::NewL() );
   739             if ( popupError == KErrNone )
   739             if ( popupError == KErrNone )
   740         	    {
   740         	    {
   741             	connUiUtils->ConnectingViaDiscreetPopup( aPolicyPref->IapId() );
   741             	connUiUtils->ConnectingViaDiscreetPopup( aPolicyPref->IapId() );
   742                	delete connUiUtils;
   742                	delete connUiUtils;