equal
deleted
inserted
replaced
541 iSettingsView->StartedFromAppServer(); |
541 iSettingsView->StartedFromAppServer(); |
542 // Activate the actual SUPL configuration view |
542 // Activate the actual SUPL configuration view |
543 iAppUi.ActivateLocalViewL( iSettingsViewId ); |
543 iAppUi.ActivateLocalViewL( iSettingsViewId ); |
544 } |
544 } |
545 else if( ELocSUPLIAPSelection == iLaunchParams ) |
545 else if( ELocSUPLIAPSelection == iLaunchParams ) |
546 { |
546 { |
547 // Check if the User intended to Launch IAP Selection |
547 // Do nothing,since there is no access point selection |
548 iSettingsEngine->SelectConnectionL(); |
|
549 } |
548 } |
550 else |
549 else |
551 { |
550 { |
552 // The falg was not supported |
551 // The falg was not supported |
553 User::Leave( KErrNotSupported ); |
552 User::Leave( KErrNotSupported ); |