summaryrefslogtreecommitdiff
path: root/core/LocApiBase.cpp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-25 15:05:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-25 15:05:55 -0700
commitc75f2c69083eca691dc36d5d8bdafca74b1819bb (patch)
tree4002299d3a65da35b602b8555cf002766447cf79 /core/LocApiBase.cpp
parentdad844f3e038bafc891181ee4e264b87ac02bc4f (diff)
parent5b4dbc2e55ab8577c53a49844b5250039e6ea98f (diff)
downloadgps-c75f2c69083eca691dc36d5d8bdafca74b1819bb.tar.gz
Merge "Combo Provider 2.0"
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r--core/LocApiBase.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index fdfc537..3af79b2 100644
--- a/core/LocApiBase.cpp
+++ b/core/LocApiBase.cpp
@@ -254,6 +254,12 @@ void LocApiBase::reportPosition(UlpLocation &location,
);
}
+void LocApiBase::reportWwanZppFix(GpsLocation &zppLoc)
+{
+ // loop through adapters, and deliver to the first handling adapter.
+ TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->reportWwanZppFix(zppLoc));
+}
+
void LocApiBase::reportSv(GnssSvStatus &svStatus,
GpsLocationExtended &locationExtended,
void* svExt)
@@ -524,7 +530,7 @@ enum loc_api_adapter_err LocApiBase::
DEFAULT_IMPL(LOC_API_ADAPTER_ERR_SUCCESS)
enum loc_api_adapter_err LocApiBase::
- getWwanZppFix(GpsLocation& zppLoc)
+ getWwanZppFix()
DEFAULT_IMPL(LOC_API_ADAPTER_ERR_SUCCESS)
enum loc_api_adapter_err LocApiBase::