bearermanagement/S60MCPR/src/s60mcprsimpleselectactivity.cpp
branchRCL_3
changeset 12 ea6e024ea6f9
parent 8 2e6c4614c58e
child 45 4c83dcfb6f1a
equal deleted inserted replaced
8:2e6c4614c58e 12:ea6e024ea6f9
   192             TSelectionPrefs newPrefs;
   192             TSelectionPrefs newPrefs;
   193             newPrefs = prefs;
   193             newPrefs = prefs;
   194             newPrefs.SetPrefs( ippprefs );
   194             newPrefs.SetPrefs( ippprefs );
   195             TCFSelector::TSimpleSelect msg(newPrefs);
   195             TCFSelector::TSimpleSelect msg(newPrefs);
   196             iContext.iNodeActivity->PostRequestTo(ac.iTierManager, msg);
   196             iContext.iNodeActivity->PostRequestTo(ac.iTierManager, msg);
   197 
       
   198             //TODO Clarify, if the SelectionChoices is actually needed...
       
   199             //if (ac.SelectionChoices().Count() == 0)
       
   200             //ac.SelectionChoices().Append(node.iIAPList[0]);
       
   201             }
   197             }
   202         }
   198         }
   203     }
   199     }
   204 
   200 
   205 // -----------------------------------------------------------------------------
   201 // -----------------------------------------------------------------------------
   316             //node.MapPolicyPrefsToConnPrefL( node.PolicyPrefs(), tmppref );
   312             //node.MapPolicyPrefsToConnPrefL( node.PolicyPrefs(), tmppref );
   317             // don't use reference we want to preserve the original TSelectionPrefs.
   313             // don't use reference we want to preserve the original TSelectionPrefs.
   318             newPrefs.SetPrefs( ippprefs );
   314             newPrefs.SetPrefs( ippprefs );
   319             TCFSelector::TSimpleSelect msg(newPrefs);
   315             TCFSelector::TSimpleSelect msg(newPrefs);
   320             iContext.iNodeActivity->PostRequestTo(ac.iTierManager, msg);
   316             iContext.iNodeActivity->PostRequestTo(ac.iTierManager, msg);
   321 
       
   322             //TODO Clarify, if the SelectionChoices is actually needed...
       
   323             //if (ac.SelectionChoices().Count() == 0)
       
   324             //ac.SelectionChoices().Append(node.iIAPList[0]);
       
   325             }
   317             }
   326         }
   318         }
   327 
   319 
   328     // -----------------------------------------------------------------------------
   320     // -----------------------------------------------------------------------------
   329     // Post ChooseBestIAP to MPM.
   321     // Post ChooseBestIAP to MPM.