Merge "Fix NI Request Event"
This commit is contained in:
commit
6d08089e6d
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ bool LocAdapterBase::
|
|||
DEFAULT_IMPL(false)
|
||||
|
||||
bool LocAdapterBase::
|
||||
requestNiNotifyEvent(GnssNiNotification ¬ify, const void* data)
|
||||
requestNiNotifyEvent(const GnssNiNotification ¬ify, const void* data)
|
||||
DEFAULT_IMPL(false)
|
||||
|
||||
void LocAdapterBase::
|
||||
|
|
|
@ -147,7 +147,7 @@ public:
|
|||
virtual bool requestSuplES(int connHandle);
|
||||
virtual bool reportDataCallOpened();
|
||||
virtual bool reportDataCallClosed();
|
||||
virtual bool requestNiNotifyEvent(GnssNiNotification ¬ify, const void* data);
|
||||
virtual bool requestNiNotifyEvent(const GnssNiNotification ¬ify, const void* data);
|
||||
inline virtual bool isInSession() { return false; }
|
||||
ContextBase* getContext() const { return mContext; }
|
||||
virtual void reportGnssMeasurementDataEvent(const GnssMeasurementsNotification& measurementsNotify);
|
||||
|
|
Loading…
Reference in a new issue