summaryrefslogtreecommitdiff
path: root/test/header_factory_tests/header_factory_test_service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/header_factory_tests/header_factory_test_service.hpp')
-rw-r--r--test/header_factory_tests/header_factory_test_service.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/header_factory_tests/header_factory_test_service.hpp b/test/header_factory_tests/header_factory_test_service.hpp
index 0c2df1c..99f5b09 100644
--- a/test/header_factory_tests/header_factory_test_service.hpp
+++ b/test/header_factory_tests/header_factory_test_service.hpp
@@ -26,7 +26,7 @@ public:
void offer();
void stop_offer();
void join_offer_thread();
- void on_event(vsomeip::event_type_e _event);
+ void on_state(vsomeip::state_type_e _state);
void on_message(const std::shared_ptr<vsomeip::message> &_request);
void run();