summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
diff options
context:
space:
mode:
authorBhavna Sharma <sbhavna@codeaurora.org>2018-04-20 12:55:17 -0700
committerBhavna Sharma <sbhavna@codeaurora.org>2018-04-20 13:18:43 -0700
commitc2bc68578435b95bf5b1feadb955c22c1ad232cf (patch)
treea7a0579af5c10df0405a6db7b5ababb8c1821d4c /core/LocAdapterBase.cpp
parentab95d2dc2e128793d6616f65916e40d25a82cedd (diff)
parent30eb32573c7869cabd7909c33afc48af44baeb42 (diff)
Merge location.lnx.3.0 into location.lnx.4.0
CRs-Fixed: 2228694 Change-Id: I114d830bec57040d700a0cebac2d0415c9b9f893
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r--core/LocAdapterBase.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index f3c999c..5d1b2c2 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -79,7 +79,7 @@ void LocAdapterBase::
const GpsLocationExtended& locationExtended,
enum loc_sess_status status,
LocPosTechMask loc_technology_mask,
- bool /*fromUlp*/) {
+ bool /*fromUlp*/, bool /*fromEngineHub*/) {
if (mLocAdapterProxyBase != NULL) {
mLocAdapterProxyBase->reportPositionEvent((UlpLocation&)location,
(GpsLocationExtended&)locationExtended,
@@ -91,7 +91,8 @@ void LocAdapterBase::
}
void LocAdapterBase::
- reportSvEvent(const GnssSvNotification& /*svNotify*/, bool /*fromUlp*/)
+ reportSvEvent(const GnssSvNotification& /*svNotify*/,
+ bool /*fromUlp*/, bool /*fromEngineHub*/)
DEFAULT_IMPL()
void LocAdapterBase::