supl/locationsuplfw/settingsapi/inc/epos_csuplsettingsengine.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
  1263      * @since S60 5.2 
  1263      * @since S60 5.2 
  1264      */
  1264      */
  1265     
  1265     
  1266     TInt SetServerExtensionParams( TInt64 aSlpId,CServerExtensionParams* aServerExtnParams );
  1266     TInt SetServerExtensionParams( TInt64 aSlpId,CServerExtensionParams* aServerExtnParams );
  1267     
  1267     
       
  1268   
       
  1269     /*
       
  1270 	 * Changes status of SUPL triggering service. 
       
  1271 	 *
       
  1272 	 * @since S60 5.2 
       
  1273 	 * @param [IN] aSuplTriggerStatus, Indicates that SUPL  triggering service needs to be ON ( ESuplTriggerOn)  or OFF (ESuplTriggerOff)
       
  1274 	 *
       
  1275 	 * @return following error codes
       
  1276 	 *      - KErrNone if successful
       
  1277 	 *           otherwise system wide error codes. 
       
  1278 	 */
       
  1279 	 TInt SetSuplTriggeredServiceStatus( const CSuplSettings::TSuplTriggerStatus& aSuplTriggerStatus );
       
  1280         
       
  1281     /*
       
  1282 	 * Gets status of SUPL triggering service.SUPL Triggering service can be either ESuplTriggerOn or ESuplTriggerOff
       
  1283 	 *
       
  1284 	 * @since S60 5.2 
       
  1285 	 * @param [OUT] aSuplTriggerStatus, Gets status of SUPL triggering session either ON or OFF
       
  1286 	 *
       
  1287 	 * @return following error codes
       
  1288 	 *      - KErrNone if successful
       
  1289 	 *           otherwise system wide error codes. 
       
  1290 	 */
       
  1291 	 TInt GetSuplTriggeredServiceStatus( CSuplSettings::TSuplTriggerStatus& aSuplTriggerStatus );
       
  1292         
  1268     /**
  1293     /**
  1269      * This method is used to read the default configured IAP name from the product config
  1294      * This method is used to read the default configured IAP name from the product config
  1270      * central repository.
  1295      * central repository.
  1271      * @since S60 5.2
  1296      * @since S60 5.2
  1272      */ 
  1297      */