summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
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.h
parentdad844f3e038bafc891181ee4e264b87ac02bc4f (diff)
parent5b4dbc2e55ab8577c53a49844b5250039e6ea98f (diff)
downloadgps-c75f2c69083eca691dc36d5d8bdafca74b1819bb.tar.gz
Merge "Combo Provider 2.0"
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 066695c..4655332 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -136,6 +136,7 @@ public:
void saveSupportedMsgList(uint64_t supportedMsgList);
void reportGnssMeasurementData(GnssData &gnssMeasurementData);
void saveSupportedFeatureList(uint8_t *featureList);
+ void reportWwanZppFix(GpsLocation &zppLoc);
// downward calls
// All below functions are to be defined by adapter specific modules:
@@ -209,7 +210,7 @@ public:
virtual enum loc_api_adapter_err
setLPPeProtocol(unsigned long lppeCP, unsigned long lppeUP);
virtual enum loc_api_adapter_err
- getWwanZppFix(GpsLocation & zppLoc);
+ getWwanZppFix();
virtual enum loc_api_adapter_err
getBestAvailableZppFix(GpsLocation & zppLoc);
virtual enum loc_api_adapter_err