summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2017-03-31 18:00:01 -0700
committerDante Russo <drusso@codeaurora.org>2017-04-04 16:10:38 -0700
commit36f8446032cb3376116317a82b048bf7f7f3b659 (patch)
tree3c8e27cd99b281088ea9b2ce3ca6db3fdf4a6685 /core/LocAdapterBase.cpp
parent905d69ef10c930dc943b1725dfbcf1408efae197 (diff)
downloadgps-36f8446032cb3376116317a82b048bf7f7f3b659.tar.gz
Fix NI Request Event
GnssAdatper::requestNiNotifyEvent function is not overriding LocAdatperBase::requestNiNotigyEvent because of slightly different parameters Change-Id: Ib3e6b562c437e47fba2a086d47c887f2efce7637 CRs-fixed: 2027710
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r--core/LocAdapterBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index 27132b7..aca5909 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -149,7 +149,7 @@ bool LocAdapterBase::
DEFAULT_IMPL(false)
bool LocAdapterBase::
- requestNiNotifyEvent(GnssNiNotification &notify, const void* data)
+ requestNiNotifyEvent(const GnssNiNotification &notify, const void* data)
DEFAULT_IMPL(false)
void LocAdapterBase::