summaryrefslogtreecommitdiff
path: root/test/header_factory_tests/header_factory_test_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/header_factory_tests/header_factory_test_client.hpp')
-rw-r--r--test/header_factory_tests/header_factory_test_client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/header_factory_tests/header_factory_test_client.hpp b/test/header_factory_tests/header_factory_test_client.hpp
index 51803a1..a68627e 100644
--- a/test/header_factory_tests/header_factory_test_client.hpp
+++ b/test/header_factory_tests/header_factory_test_client.hpp
@@ -25,7 +25,7 @@ public:
void start();
void stop();
void join_sender_thread();
- void on_event(vsomeip::event_type_e _event);
+ void on_state(vsomeip::state_type_e _state);
void on_availability(vsomeip::service_t _service,
vsomeip::instance_t _instance, bool _is_available);
void on_message(const std::shared_ptr<vsomeip::message> &_response);