summaryrefslogtreecommitdiff
path: root/gnss/GnssAdapter.h
diff options
context:
space:
mode:
authorYingjie Wang <yingjiewang@codeaurora.org>2019-07-10 13:02:35 +0800
committerYingjie Wang <yingjiewang@codeaurora.org>2019-07-16 08:18:17 +0800
commita66440949c8b4ebfd72d15e6298f787497632704 (patch)
tree0549b7c31762f78f1534bc40c74c4dc426b79931 /gnss/GnssAdapter.h
parenta4c0207725d8f3993f8e62513de7812fe6d4e09c (diff)
downloadgps-a66440949c8b4ebfd72d15e6298f787497632704.tar.gz
Drop SUPL URL dup check in set and update command
Get rid of Supl url duplication check both in setConfig and updateConfig commands. Also clean gnssUpdateConfig() params Change-Id: I432995a44c08192955bd50630649120933006ff9 CRs-fixed: 2487784
Diffstat (limited to 'gnss/GnssAdapter.h')
-rw-r--r--gnss/GnssAdapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnss/GnssAdapter.h b/gnss/GnssAdapter.h
index 9a727a2..5200422 100644
--- a/gnss/GnssAdapter.h
+++ b/gnss/GnssAdapter.h
@@ -289,8 +289,8 @@ public:
uint32_t gnssDeleteAidingDataCommand(GnssAidingData& data);
void deleteAidingData(const GnssAidingData &data, uint32_t sessionId);
void gnssUpdateXtraThrottleCommand(const bool enabled);
- std::vector<LocationError> gnssUpdateConfig(const std::string& oldServerUrl,
- const std::string& oldMoServerUrl, const GnssConfig& gnssConfigRequested,
+ std::vector<LocationError> gnssUpdateConfig(const std::string& oldMoServerUrl,
+ const GnssConfig& gnssConfigRequested,
const GnssConfig& gnssConfigNeedEngineUpdate, size_t count = 0);
/* ==== GNSS SV TYPE CONFIG ============================================================ */