diff -r 2e6c4614c58e -r ea6e024ea6f9 bearermanagement/S60MCPR/src/s60tiermanagerselector.cpp --- a/bearermanagement/S60MCPR/src/s60tiermanagerselector.cpp Fri Feb 19 23:12:51 2010 +0200 +++ b/bearermanagement/S60MCPR/src/s60tiermanagerselector.cpp Fri Mar 12 15:44:18 2010 +0200 @@ -132,8 +132,8 @@ break; } } - // We do the default behavior. AP is only needed to get proper UIds for TM etc.. - // TODO: change to use AP. + // We use default AP always. If some variation is needed in APs, then + // this must be changed to use specific APs instead of the default one. aSelectionNotify.SelectComplete( this, FindOrCreateProviderL( iDefaultAp )); aSelectionNotify.SelectComplete( this, NULL ); }