diff options
author | qctecmdr <qctecmdr@localhost> | 2020-12-25 17:40:17 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-12-25 17:40:17 -0800 |
commit | 33ec7c1010a18d011fd2d972a7866e745d56935e (patch) | |
tree | ad6b404ec66c202be13f99fa1850dc73fb619972 /core/LocAdapterBase.cpp | |
parent | 93fa7d6ec8ec3afffd9584a11e67e500cd65cb40 (diff) | |
parent | 8c4a0ec3c118b2c9d6670d6b7fa783f0bbc99b69 (diff) |
Merge "SUPL-2.0-con-034-1/2 test case fails"
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r-- | core/LocAdapterBase.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 14e4857..17a3172 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -163,7 +163,9 @@ bool LocAdapterBase:: DEFAULT_IMPL(false) bool LocAdapterBase:: - requestNiNotifyEvent(const GnssNiNotification &/*notify*/, const void* /*data*/) + requestNiNotifyEvent(const GnssNiNotification &/*notify*/, + const void* /*data*/, + const LocInEmergency emergencyState) DEFAULT_IMPL(false) void LocAdapterBase:: |