supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 24 9c303455e256
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
    38 	* NewL Method.
    38 	* NewL Method.
    39 	* @since S60 v3.1u
    39 	* @since S60 v3.1u
    40 	* @param None.
    40 	* @param None.
    41 	* @return Instance of COMASuplSettings
    41 	* @return Instance of COMASuplSettings
    42 	*/
    42 	*/
    43   IMPORT_C static COMASuplSettings* NewL();
    43   IMPORT_C static COMASuplSettings* COMASuplSettings::NewL();
    44 	
    44 	
    45 	/**
    45 	/**
    46 	* ~COMASuplSettings Method, Destructor
    46 	* ~COMASuplSettings Method, Destructor
    47 	* @since S60 v3.1u
    47 	* @since S60 v3.1u
    48 	* @param None.
    48 	* @param None.
    94 	* SetSUPLUsage Method.
    94 	* SetSUPLUsage Method.
    95 	* @since S60 v3.2
    95 	* @since S60 v3.2
    96 	* @param aSUPLUsage 
    96 	* @param aSUPLUsage 
    97 	* @return None 
    97 	* @return None 
    98 	*/
    98 	*/
    99   IMPORT_C void SetSUPLUsage(CSuplSettings::TSuplSettingsUsage& aSUPLUsage );
    99   //IMPORT_C void SetSUPLUsage(CSuplSettings::TSuplSettingsUsage& aSUPLUsage );
   100 	
   100 	
   101 	/**
   101 	/**
   102 	* SetUIActive Method.
   102 	* SetUIActive Method.
   103 	* @since S60 v3.1u
   103 	* @since S60 v3.1u
   104 	* @param aIsActive, flag to indicate the activation of UI
   104 	* @param aIsActive, flag to indicate the activation of UI
   135 	* SUPL Usage Method.
   135 	* SUPL Usage Method.
   136 	* @since S60 v3.2
   136 	* @since S60 v3.2
   137 	* @param None
   137 	* @param None
   138 	* @return SUPL Usage
   138 	* @return SUPL Usage
   139 	*/
   139 	*/
   140   IMPORT_C CSuplSettings::TSuplSettingsUsage SUPLUsage() const;
   140   //IMPORT_C CSuplSettings::TSuplSettingsUsage SUPLUsage() const;
   141 	
   141 	
   142 	/**
   142 	/**
   143 	* IAPId Method.
   143 	* IAPId Method.
   144 	* @since S60 v3.1u
   144 	* @since S60 v3.1u
   145 	* @param None
   145 	* @param None
   164 	RBuf8 iHSLPfromImsi;
   164 	RBuf8 iHSLPfromImsi;
   165 	// IAP Id 
   165 	// IAP Id 
   166 	TInt  	 iIAPId;
   166 	TInt  	 iIAPId;
   167 
   167 
   168     // SUPL Usage
   168     // SUPL Usage
   169     CSuplSettings::TSuplSettingsUsage iSUPLUsage; 
   169     //CSuplSettings::TSuplSettingsUsage iSUPLUsage; 
   170 	// Flag indicating the activation of settings UI
   170 	// Flag indicating the activation of settings UI
   171 	TBool    iSettingsUIActive;
   171 	TBool    iSettingsUIActive;
   172 };
   172 };
   173 
   173 
   174 #endif //C_COMASUPLSETTINGS_H
   174 #endif //C_COMASUPLSETTINGS_H