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