supl/locationomasuplprotocolhandler/protocolhandlerver2/inc/epos_comasuplsettings.h
branchRCL_3
changeset 49 10852b179f64
parent 45 6b6920c56e2f
child 55 ea98413ce11f
equal deleted inserted replaced
47:fce0ae2e4223 49:10852b179f64
    88 	* @param aIAPID, IAP id to set
    88 	* @param aIAPID, IAP id to set
    89 	* @return None 
    89 	* @return None 
    90 	*/
    90 	*/
    91 	void SetIAPId(TInt aIAPId);
    91 	void SetIAPId(TInt aIAPId);
    92 
    92 
    93 	/**
    93 	
    94 	* SetSUPLUsage Method.
       
    95 	* @since S60 v3.2
       
    96 	* @param aSUPLUsage 
       
    97 	* @return None 
       
    98 	*/
       
    99     void SetSUPLUsage(CSuplSettings::TSuplSettingsUsage& aSUPLUsage );
       
   100 	
    94 	
   101 	/**
    95 	/**
   102 	* SetUIActive Method.
    96 	* SetUIActive Method.
   103 	* @since S60 v3.1u
    97 	* @since S60 v3.1u
   104 	* @param aIsActive, flag to indicate the activation of UI
    98 	* @param aIsActive, flag to indicate the activation of UI
   129 	* @param None
   123 	* @param None
   130 	* @return IAP Id
   124 	* @return IAP Id
   131 	*/
   125 	*/
   132 	TInt IAPId() const;
   126 	TInt IAPId() const;
   133 
   127 
   134 	/**
   128 	
   135 	* SUPL Usage Method.
       
   136 	* @since S60 v3.2
       
   137 	* @param None
       
   138 	* @return SUPL Usage
       
   139 	*/
       
   140     CSuplSettings::TSuplSettingsUsage SUPLUsage() const;
       
   141 	
   129 	
   142 	/**
   130 	/**
   143 	* IAPId Method.
   131 	* IAPId Method.
   144 	* @since S60 v3.1u
   132 	* @since S60 v3.1u
   145 	* @param None
   133 	* @param None
   163 	RBuf8 iHSLPIPAddress;
   151 	RBuf8 iHSLPIPAddress;
   164 	RBuf8 iHSLPfromImsi;
   152 	RBuf8 iHSLPfromImsi;
   165 	// IAP Id 
   153 	// IAP Id 
   166 	TInt  	 iIAPId;
   154 	TInt  	 iIAPId;
   167 
   155 
   168     // SUPL Usage
   156     
   169     CSuplSettings::TSuplSettingsUsage iSUPLUsage; 
       
   170 	// Flag indicating the activation of settings UI
   157 	// Flag indicating the activation of settings UI
   171 	TBool    iSettingsUIActive;
   158 	TBool    iSettingsUIActive;
   172 };
   159 };
   173 
   160 
   174 #endif //C_COMASUPLSETTINGS_H
   161 #endif //C_COMASUPLSETTINGS_H