From dce17292e1f62ca692aa36ed3eaf5bfb09e7ab69 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 21 Apr 2012 19:36:35 +0200 Subject: 'own' command replaced by synchronous call The commands was a vestige of the removed 'durable sockets' feature Signed-off-by: Martin Sustrik --- src/object.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index fabb156..b695308 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -74,8 +74,6 @@ namespace xs void send_stop (); void send_plug (xs::own_t *destination_, bool inc_seqnum_ = true); - void send_own (xs::own_t *destination_, - xs::own_t *object_); void send_attach (xs::session_base_t *destination_, xs::i_engine *engine_, bool inc_seqnum_ = true); void send_bind (xs::own_t *destination_, xs::pipe_t *pipe_, @@ -98,7 +96,6 @@ namespace xs // called when command arrives from another thread. virtual void process_stop (); virtual void process_plug (); - virtual void process_own (xs::own_t *object_); virtual void process_attach (xs::i_engine *engine_); virtual void process_bind (xs::pipe_t *pipe_); virtual void process_activate_read (); -- cgit v1.2.3