diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-07 15:49:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-07 15:49:29 +0000 |
commit | 895d063a94ac0886f19f62afcea79e2e26b231fa (patch) | |
tree | 2f820b048bc8b187f65efb6d294dc389bbc425c5 /TAO/tao/ORB.i | |
parent | f0c56f0736386972990acc1d88a829f0a81b8be8 (diff) | |
download | ATCD-895d063a94ac0886f19f62afcea79e2e26b231fa.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r-- | TAO/tao/ORB.i | 6 |
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) { |