summaryrefslogtreecommitdiff
path: root/core/LocApiBase.cpp
diff options
context:
space:
mode:
authorBhavna Sharma <sbhavna@codeaurora.org>2018-06-04 13:16:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-04 23:43:43 -0700
commit0344cc790152c8301bf05038fa0d8287c85823c9 (patch)
tree4f9a03c556e702e2536eee3874fc9ec303d18b7d /core/LocApiBase.cpp
parent98edc19bea3cf5787e5af903c8408dede420be58 (diff)
downloadgps-0344cc790152c8301bf05038fa0d8287c85823c9.tar.gz
Change prototype of getWwanZppFix API
No need for return value as it will be handled asynchronously. CRs-Fixed: 2250516 Change-Id: I7c3ce33cb61688a8cb206c397a69bf192c92beb1
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r--core/LocApiBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index 3eec209..c1e0802 100644
--- a/core/LocApiBase.cpp
+++ b/core/LocApiBase.cpp
@@ -576,9 +576,9 @@ DEFAULT_IMPL(0)
GnssConfigLppeUserPlaneMask LocApiBase::convertLppeUp(const uint32_t /*lppeUserPlaneMask*/)
DEFAULT_IMPL(0)
-enum loc_api_adapter_err LocApiBase::
+void LocApiBase::
getWwanZppFix()
-DEFAULT_IMPL(LOC_API_ADAPTER_ERR_SUCCESS)
+DEFAULT_IMPL()
void LocApiBase::
getBestAvailableZppFix()