omaprovisioning/provisioning/WAPAdapter/Src/CWPWAPBrowserItem.cpp
branchRCL_3
changeset 69 a082c848c9a9
parent 62 19bba8228ff0
equal deleted inserted replaced
65:5cc2995847ea 69:a082c848c9a9
   179     FTRACE(RDebug::Print(
   179     FTRACE(RDebug::Print(
   180                 _L("[Provisioning] CWPWAPBrowserItem::SetAsDefaultL: AP:(%d)"),
   180                 _L("[Provisioning] CWPWAPBrowserItem::SetAsDefaultL: AP:(%d)"),
   181                                                                   (TInt)iUID));
   181                                                                   (TInt)iUID));
   182     
   182     
   183     // Force the browser to use the User Defined AP selection mode.
   183     // Force the browser to use the User Defined AP selection mode.
   184     User::LeaveIfError( repository->Set( KBrowserAccessPointSelectionMode,
   184     User::LeaveIfError( repository->Set( KBrowserOccAccessPointSelectionMode,
   185                                          KUserDefined ) );
   185                                          KUserDefined ) );
   186     // This sets the accesspoint default for browser.
   186     // This sets the accesspoint default for browser.
   187     User::LeaveIfError( repository->Set( KBrowserDefaultAccessPoint,
   187     User::LeaveIfError( repository->Set( KBrowserDefaultAccessPoint,
   188                                          (TInt)iUID ) );
   188                                          (TInt)iUID ) );
   189 
   189