web_plat/launcher_api/inc/BrowserOverriddenSettings.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
child 38 4917f9bf7995
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    95    TUint iAutoLoadImage;
    95    TUint iAutoLoadImage;
    96    //stores the value for the font size setting can be 0,1,2,3 or 4
    96    //stores the value for the font size setting can be 0,1,2,3 or 4
    97    TUint iFontSize;
    97    TUint iFontSize;
    98    //stores the value for the small screen setting can be 0 or 1
    98    //stores the value for the small screen setting can be 0 or 1
    99    TUint iFullScreen;
    99    TUint iFullScreen;
   100    // Custom access point provided by the operator. If specified, contains an id of a read only
   100    // Custom access point provided by the operator. 
   101    // access point what is then set as default  and it cannot be changed manually. If not 
   101    // If specified, contains a WAP id of a read only access point,  
   102    // defined, operator menu works as before.
   102    // which is then set as the default and it cannot be changed manually by the user. 
   103    // from operator menu( 0 - not specified, otherwise contains the access point id)
   103    // If not defined, operator menu works as before.
       
   104    // From the operator menu( 0 = not specified, otherwise contains the WAP id of the access point.)
   104    TUint iCustomAp;
   105    TUint iCustomAp;
   105    // Allow the contextId of the call to be passed as a parameter
   106    // Allow the contextId of the call to be passed as a parameter
   106    TUint iContextId;   
   107    TUint iContextId;   
   107 };
   108 };
   108 
   109