summaryrefslogtreecommitdiff
path: root/implementation/routing/include/routing_manager_host.hpp
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2017-04-07 03:30:13 -0700
committerJuergen Gehring <juergen.gehring@bmw.de>2017-04-07 03:30:13 -0700
commit5315798ff81796217b55eb8c622f154bb0a1c487 (patch)
treea414da54a2ab36be5fbc2c95e551585c41cbc6f8 /implementation/routing/include/routing_manager_host.hpp
parentc35b82a9459b866ab22bc3cabe274c7b36bca290 (diff)
downloadvSomeIP-maintain/2.6.tar.gz
vSomeIP 2.6.22.6.2maintain/2.6
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