summaryrefslogtreecommitdiff
path: root/implementation/routing/include/routing_manager_stub_host.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/routing/include/routing_manager_stub_host.hpp')
-rw-r--r--implementation/routing/include/routing_manager_stub_host.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/implementation/routing/include/routing_manager_stub_host.hpp b/implementation/routing/include/routing_manager_stub_host.hpp
index bf113ba..e214d63 100644
--- a/implementation/routing/include/routing_manager_stub_host.hpp
+++ b/implementation/routing/include/routing_manager_stub_host.hpp
@@ -39,6 +39,9 @@ public:
virtual void on_message(service_t _service, instance_t _instance,
const byte_t *_data, length_t _size) = 0;
+ virtual void on_stop_offer_service(service_t _service,
+ instance_t _instance) = 0;
+
virtual std::shared_ptr<endpoint> find_local(client_t _client) = 0;
virtual std::shared_ptr<endpoint> find_local(service_t _service,
instance_t _instance) = 0;