diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-07 22:09:29 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-07 22:09:29 +0000 |
commit | b46c70900da975f304c932f03d454561d49b1aa8 (patch) | |
tree | d8537ffc7b510344b79f7233154803511d178fce /TAO/tao/ORB.i | |
parent | 9ef286cd480ecc0fdaddfc74bebe2380777841be (diff) | |
download | ATCD-b46c70900da975f304c932f03d454561d49b1aa8.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r-- | TAO/tao/ORB.i | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i index 38bd20eeadc..139383dd424 100644 --- a/TAO/tao/ORB.i +++ b/TAO/tao/ORB.i @@ -173,12 +173,6 @@ 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) { |