summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
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.h
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.h')
-rw-r--r--core/LocApiBase.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 7b3aee3..4db51fa 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -235,10 +235,8 @@ public:
virtual GnssConfigLppeControlPlaneMask convertLppeCp(const uint32_t lppeControlPlaneMask);
virtual GnssConfigLppeUserPlaneMask convertLppeUp(const uint32_t lppeUserPlaneMask);
- virtual enum loc_api_adapter_err
- getWwanZppFix();
- virtual void
- getBestAvailableZppFix();
+ virtual void getWwanZppFix();
+ virtual void getBestAvailableZppFix();
virtual int initDataServiceClient(bool isDueToSsr);
virtual int openAndStartDataCall();
virtual void stopDataCall();