supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h
branchRCL_3
changeset 55 ea98413ce11f
parent 49 10852b179f64
--- a/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h	Wed Sep 15 12:40:28 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h	Wed Oct 13 15:01:35 2010 +0300
@@ -90,7 +90,13 @@
 	*/
   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.
@@ -125,7 +131,13 @@
 	*/
   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.
@@ -153,7 +165,8 @@
 	// IAP Id 
 	TInt  	 iIAPId;
 
-   
+    // SUPL Usage
+    CSuplSettings::TSuplSettingsUsage iSUPLUsage; 
 	// Flag indicating the activation of settings UI
 	TBool    iSettingsUIActive;
 };