summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-07 15:49:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-07 15:49:29 +0000
commit895d063a94ac0886f19f62afcea79e2e26b231fa (patch)
tree2f820b048bc8b187f65efb6d294dc389bbc425c5 /TAO/tao/ORB.i
parentf0c56f0736386972990acc1d88a829f0a81b8be8 (diff)
downloadATCD-895d063a94ac0886f19f62afcea79e2e26b231fa.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r--TAO/tao/ORB.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i
index 139383dd424..38bd20eeadc 100644
--- a/TAO/tao/ORB.i
+++ b/TAO/tao/ORB.i
@@ -173,6 +173,12 @@ CORBA_ORB::should_shutdown (void)
return this->should_shutdown_;
}
+ACE_INLINE void
+CORBA_ORB::_shutdown_lock (ACE_Lock *lock)
+{
+ this->shutdown_lock_ = lock;
+}
+
ACE_INLINE CORBA::ULong
CORBA_ORB::_incr_refcnt (void)
{