supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h
branchRCL_3
changeset 49 10852b179f64
parent 45 6b6920c56e2f
child 55 ea98413ce11f
--- 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;
 };