summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.i
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-15 16:19:12 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-15 16:19:12 +0000
commitf16c8291313bf69b725c0388cc67d4b2ee7733d9 (patch)
tree80927e51435e2985c4e442e405bf4993b5928afc /TAO/tao/Stub.i
parent2995a86690842dec9243fa97926c5fc08461ad69 (diff)
downloadATCD-f16c8291313bf69b725c0388cc67d4b2ee7733d9.tar.gz
ChangeLogTag:Wed Sep 15 11:17:54 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Stub.i')
-rw-r--r--TAO/tao/Stub.i21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tao/Stub.i b/TAO/tao/Stub.i
index f10b07f3cbc..6cdea70b14b 100644
--- a/TAO/tao/Stub.i
+++ b/TAO/tao/Stub.i
@@ -85,27 +85,6 @@ TAO_Stub::reset_profiles (void)
reset_profiles_i ();
}
-ACE_INLINE
-TAO_Stub::~TAO_Stub (void)
-{
- assert (this->refcount_ == 0);
-
- if (forward_profiles_)
- reset_profiles ();
-
- if (this->profile_in_use_ != 0)
- {
- this->profile_in_use_->reset_hint ();
- // decrease reference count on profile
- this->profile_in_use_->_decr_refcnt ();
- this->profile_in_use_ = 0;
- }
-
- if (this->profile_lock_ptr_)
- delete this->profile_lock_ptr_;
-
-}
-
ACE_INLINE TAO_Profile *
TAO_Stub::profile_in_use (void)
{