summaryrefslogtreecommitdiff
path: root/implementation/routing/include/routing_manager_host.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/routing/include/routing_manager_host.hpp')
-rw-r--r--implementation/routing/include/routing_manager_host.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/routing/include/routing_manager_host.hpp b/implementation/routing/include/routing_manager_host.hpp
index bbea181..4b0edad 100644
--- a/implementation/routing/include/routing_manager_host.hpp
+++ b/implementation/routing/include/routing_manager_host.hpp
@@ -36,6 +36,7 @@ public:
client_t _client, bool _subscribed) = 0;
virtual void on_subscription_error(service_t _service, instance_t _instance,
eventgroup_t _eventgroup, uint16_t _error) = 0;
+ virtual void send(std::shared_ptr<message> _message, bool _flush) = 0;
};
} // namespace vsomeip