summaryrefslogtreecommitdiff
path: root/test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2019-07-22 14:05:36 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2019-07-22 14:05:36 +0200
commitee44d19e0a3773adcda3bace073c66e334a3e6a7 (patch)
tree8e7c2aae6afeaa7b3dc4af29d960012a625226ce /test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp
parent9fb9beecadf52083599302fa8ddee7efbec64a39 (diff)
downloadvSomeIP-ee44d19e0a3773adcda3bace073c66e334a3e6a7.tar.gz
vsomeip 2.14.162.14.16
Diffstat (limited to 'test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp')
-rw-r--r--test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp b/test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp
index 73cfbed..f738b38 100644
--- a/test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp
+++ b/test/subscribe_notify_one_tests/subscribe_notify_one_test_service.cpp
@@ -86,7 +86,7 @@ public:
auto handler = std::bind(&subscribe_notify_one_test_service::on_subscription_state_change, this,
std::placeholders::_1, std::placeholders::_2,
std::placeholders::_3, std::placeholders::_4, std::placeholders::_5);
- app_->register_subscription_status_handler(i.service_id, i.instance_id, i.eventgroup_id, vsomeip::ANY_EVENT, handler);
+ app_->register_subscription_status_handler(i.service_id, i.instance_id, i.eventgroup_id, vsomeip::ANY_EVENT, handler, true);
app_->register_subscription_status_handler(vsomeip::ANY_SERVICE, i.instance_id, i.eventgroup_id, vsomeip::ANY_EVENT, handler);
app_->register_subscription_status_handler(i.service_id, vsomeip::ANY_INSTANCE, i.eventgroup_id, vsomeip::ANY_EVENT, handler);
app_->register_subscription_status_handler(vsomeip::ANY_SERVICE, vsomeip::ANY_INSTANCE, i.eventgroup_id, vsomeip::ANY_EVENT, handler);