summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2018-06-04 18:02:09 -0700
committerMike Cailean <mcailean@codeaurora.org>2018-06-26 18:31:01 -0700
commitd12b82b4e4647c3dcab0c5593385344461bf9f32 (patch)
treed5b7bfa2d4bf214994f7dc5ca2e0cf7d958531b0 /core/LocApiBase.h
parentf50e02a555cd8320c8e65383030fba166dc4fead (diff)
downloadgps-d12b82b4e4647c3dcab0c5593385344461bf9f32.tar.gz
Added optional MO SUPL SLP
Change-Id: I89c3e697b92dfe04d403c073e779906d21cefd69 CRs-fixed: 2259090
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 8c516fd..fc86eb3 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -191,10 +191,9 @@ public:
virtual void
setPositionMode(const LocPosMode& posMode);
virtual LocationError
- setServerSync(const char* url, int len);
+ setServerSync(const char* url, int len, LocServerType type);
virtual LocationError
- setServerSync(unsigned int ip, int port,
- LocServerType type);
+ setServerSync(unsigned int ip, int port, LocServerType type);
virtual void
informNiResponse(GnssNiResponse userResponse, const void* passThroughData);
virtual LocationError setSUPLVersionSync(GnssConfigSuplVersion version);