diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
commit | 688ba8920d2a0804caa8b8321c97d6f85e950dd3 (patch) | |
tree | 7b729be96bfa676f133f562057cf68f0b4b9ca5e /TAO/tao/Resume_Handle.inl | |
parent | 44898ad83aa0c59bcfba8f0299d76362f1c6a68b (diff) | |
download | ATCD-688ba8920d2a0804caa8b8321c97d6f85e950dd3.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Resume_Handle.inl')
-rw-r--r-- | TAO/tao/Resume_Handle.inl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/Resume_Handle.inl b/TAO/tao/Resume_Handle.inl index 38aae6740f1..e89466fd4e2 100644 --- a/TAO/tao/Resume_Handle.inl +++ b/TAO/tao/Resume_Handle.inl @@ -1,6 +1,9 @@ // -*- C++ -*- +// //$Id$ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_INLINE TAO_Resume_Handle::TAO_Resume_Handle (TAO_ORB_Core *orb_core, ACE_HANDLE h) @@ -15,9 +18,6 @@ TAO_Resume_Handle::~TAO_Resume_Handle (void) { if (this->flag_ == TAO_HANDLE_RESUMABLE) this->resume_handle (); - - this->orb_core_ = 0; - this->handle_ = ACE_INVALID_HANDLE; } @@ -36,3 +36,5 @@ TAO_Resume_Handle::operator= (const TAO_Resume_Handle &rhs) return *this; } + +TAO_END_VERSIONED_NAMESPACE_DECL |