diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-04-27 04:12:20 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-27 04:12:20 -0700 |
| commit | 94904a7184b068ff5f62999cc125e5f62bd3f93e (patch) | |
| tree | 12c95ca12d0a96c3596a0169246e0cf288f9681c /core/LocAdapterBase.cpp | |
| parent | 80e61626c6b0508c5593736bbf11f2186ddbac6b (diff) | |
| parent | c2bc68578435b95bf5b1feadb955c22c1ad232cf (diff) | |
Merge "Merge location.lnx.3.0 into location.lnx.4.0"
Diffstat (limited to 'core/LocAdapterBase.cpp')
| -rw-r--r-- | core/LocAdapterBase.cpp | 5 |
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:: |
