summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.i
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-27 03:13:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-27 03:13:49 +0000
commit4aae6f1004329f790224d60c6dc4017fbee561f1 (patch)
tree8914c924ad8c5509feae50133311a356d6ed8e4d /TAO/tao/ORB.i
parentd7bfa02e96eee5bcdd964fc88448870cdfd02753 (diff)
downloadATCD-4aae6f1004329f790224d60c6dc4017fbee561f1.tar.gz
(shutdown): uninlined, so that .i can be #included properly
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r--TAO/tao/ORB.i10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i
index 85e0cdba043..fd73abc1da8 100644
--- a/TAO/tao/ORB.i
+++ b/TAO/tao/ORB.i
@@ -199,16 +199,6 @@ CORBA_ORB::work_pending (void)
return CORBA::B_TRUE;
}
-ACE_INLINE void
-CORBA_ORB::shutdown (CORBA::Boolean wait_for_completion)
-{
- ACE_UNUSED_ARG (wait_for_completion);
-
- this->should_shutdown_ = CORBA::B_TRUE;
- TAO_ORB_Core_instance ()->reactor ()->wakeup_all_threads ();
- return;
-}
-
// *************************************************************
// Inline operations for class CORBA_ORB_var
// *************************************************************