summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-21 19:36:35 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-30 06:44:58 +0200
commitdce17292e1f62ca692aa36ed3eaf5bfb09e7ab69 (patch)
treeddce23a15d353099e1b20ea329cede198dfa2af2 /src/object.hpp
parent2be5bb0cd8c33505e404467102c41151dabcbcd7 (diff)
'own' command replaced by synchronous call
The commands was a vestige of the removed 'durable sockets' feature Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp3
1 files changed, 0 insertions, 3 deletions
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 ();