bearermanagement/S60MCPR/src/s60tiermanagerselector.cpp
branchRCL_3
changeset 12 ea6e024ea6f9
parent 8 2e6c4614c58e
child 57 05bc53fe583b
equal deleted inserted replaced
8:2e6c4614c58e 12:ea6e024ea6f9
   130             // Unsupported
   130             // Unsupported
   131             User::Leave( KErrNotSupported );
   131             User::Leave( KErrNotSupported );
   132             break;
   132             break;
   133             }
   133             }
   134         }
   134         }
   135     // We do the default behavior. AP is only needed to get proper UIds for TM etc..
   135     // We use default AP always. If some variation is needed in APs, then
   136     // TODO: change to use AP.
   136     // this must be changed to use specific APs instead of the default one.
   137     aSelectionNotify.SelectComplete( this, FindOrCreateProviderL( iDefaultAp ));
   137     aSelectionNotify.SelectComplete( this, FindOrCreateProviderL( iDefaultAp ));
   138     aSelectionNotify.SelectComplete( this, NULL );
   138     aSelectionNotify.SelectComplete( this, NULL );
   139     }
   139     }
   140     
   140     
   141 // -----------------------------------------------------------------------------
   141 // -----------------------------------------------------------------------------