diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-27 03:13:49 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-27 03:13:49 +0000 |
commit | 4aae6f1004329f790224d60c6dc4017fbee561f1 (patch) | |
tree | 8914c924ad8c5509feae50133311a356d6ed8e4d /TAO/tao/ORB.i | |
parent | d7bfa02e96eee5bcdd964fc88448870cdfd02753 (diff) | |
download | ATCD-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.i | 10 |
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 // ************************************************************* |