summaryrefslogtreecommitdiff
path: root/core/LocApiBase.cpp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-04 18:35:33 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-04 18:35:33 -0700
commitda6012a581ebeb88b70e5504b92e0f8416043202 (patch)
tree2d1c661eff01bb6f0baaea0de0ff539ba2c3cf79 /core/LocApiBase.cpp
parent90a730d1798a4dcafc8ec622294827234d895fda (diff)
parent1de8a18031532d0253d854d3e6923e02e2ba8405 (diff)
downloadgps-da6012a581ebeb88b70e5504b92e0f8416043202.tar.gz
Merge "Reinitialize dataservice client post SSR"
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r--core/LocApiBase.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index e67f956..35041f6 100644
--- a/core/LocApiBase.cpp
+++ b/core/LocApiBase.cpp
@@ -554,7 +554,7 @@ enum loc_api_adapter_err LocApiBase::
}
int LocApiBase::
- initDataServiceClient()
+ initDataServiceClient(bool isDueToSsr)
DEFAULT_IMPL(-1)
int LocApiBase::
@@ -569,6 +569,10 @@ void LocApiBase::
closeDataCall()
DEFAULT_IMPL()
+void LocApiBase::
+ releaseDataServiceClient()
+DEFAULT_IMPL()
+
int LocApiBase::
setGpsLock(LOC_GPS_LOCK_MASK lock)
DEFAULT_IMPL(-1)