From 5b4dbc2e55ab8577c53a49844b5250039e6ea98f Mon Sep 17 00:00:00 2001 From: Dante Russo Date: Tue, 2 Aug 2016 18:34:04 -0700 Subject: Combo Provider 2.0 Part of overall Combo Provider 2.0 changes. This fix changes getBestWwanPosition API from sync to async, as the QMI API used can now take longer to produce a position CRs-fixed: 994048 Change-Id: I5654f9ab417ffea86ed8653731df1ca47cf7e733 --- core/LocAdapterBase.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/LocAdapterBase.cpp') diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 6a3f969..899ad84 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -146,4 +146,9 @@ DEFAULT_IMPL(false) void LocAdapterBase:: reportGnssMeasurementData(GnssData &gnssMeasurementData) DEFAULT_IMPL() + +bool LocAdapterBase:: + reportWwanZppFix(GpsLocation &zppLoc) +DEFAULT_IMPL(false) + } // namespace loc_core -- cgit v1.2.3