From a025fb7713709b7176b99d7403e05c9d99c6b703 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:04:01 +0900 Subject: Obsolete launch_sibling function removed Signed-off-by: Martin Sustrik --- src/own.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/own.cpp') diff --git a/src/own.cpp b/src/own.cpp index 0eae831..a60d9d0 100644 --- a/src/own.cpp +++ b/src/own.cpp @@ -80,24 +80,6 @@ void xs::own_t::launch_child (own_t *object_) send_own (this, object_); } -void xs::own_t::launch_sibling (own_t *object_) -{ - // At this point it is important that object is plugged in before its - // owner has a chance to terminate it. Thus, 'plug' command is sent before - // the 'own' command. Given that the mailbox preserves ordering of - // commands, 'term' command from the owner cannot make it to the object - // before the already written 'plug' command. - - // Specify the owner of the object. - object_->set_owner (owner); - - // Plug the object into its I/O thread. - send_plug (object_); - - // Make parent own the object. - send_own (owner, object_); -} - void xs::own_t::process_term_req (own_t *object_) { // When shutting down we can ignore termination requests from owned -- cgit v1.2.3