diff options
author | Kevin Tang <zhikait@codeaurora.org> | 2017-08-09 18:40:51 -0700 |
---|---|---|
committer | Kevin Tang <zhikait@codeaurora.org> | 2017-08-11 12:32:34 -0700 |
commit | db3101c207f101a19a078916f2146b4b38f8a7e2 (patch) | |
tree | 81993b69e0aa6c0158a5f35ba1cfeab2d27a5e74 /core/LocAdapterBase.cpp | |
parent | 2cb23d6015a7c45a9cd9bd2ba6f2b4d59d681e95 (diff) |
move getAgcInformation and setDefaultReport into GnssAdapter
They are currently in LocApiv02, which is incorrect. SystemStatus
shouldn't be referenced at this layer. And both of these two calls
are specific to GnssAdapter use cases too.
Change-Id: I7098e3963be163199a833a8fb6b12a100405f71e
CRs-Fixed: 2090442
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r-- | core/LocAdapterBase.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 9d89c4b..3943819 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -153,7 +153,8 @@ bool LocAdapterBase:: DEFAULT_IMPL(false) void LocAdapterBase:: - reportGnssMeasurementDataEvent(const GnssMeasurementsNotification& /*measurementsNotify*/) + reportGnssMeasurementDataEvent(const GnssMeasurementsNotification& /*measurements*/, + int /*msInWeek*/) DEFAULT_IMPL() bool LocAdapterBase:: |