diff -r fce0ae2e4223 -r 10852b179f64 supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h --- a/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h Tue Sep 14 22:09:33 2010 +0300 +++ b/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h Wed Sep 15 12:40:28 2010 +0300 @@ -90,13 +90,7 @@ */ IMPORT_C void SetIAPId(TInt aIAPId); - /** - * SetSUPLUsage Method. - * @since S60 v3.2 - * @param aSUPLUsage - * @return None - */ - IMPORT_C void SetSUPLUsage(CSuplSettings::TSuplSettingsUsage& aSUPLUsage ); + /** * SetUIActive Method. @@ -131,13 +125,7 @@ */ IMPORT_C TInt IAPId() const; - /** - * SUPL Usage Method. - * @since S60 v3.2 - * @param None - * @return SUPL Usage - */ - IMPORT_C CSuplSettings::TSuplSettingsUsage SUPLUsage() const; + /** * IAPId Method. @@ -165,8 +153,7 @@ // IAP Id TInt iIAPId; - // SUPL Usage - CSuplSettings::TSuplSettingsUsage iSUPLUsage; + // Flag indicating the activation of settings UI TBool iSettingsUIActive; };