diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-03-22 23:44:08 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-03-22 23:44:08 +0000 |
commit | a27af132cf6e13e737c1ed1f720dd2c921038a76 (patch) | |
tree | 61f0cd5ac6a5f888de6add6dd4fcc84ab143aec4 /TAO | |
parent | 7b61bd14d19d0e673888e8f6e5427792a55c74be (diff) | |
download | ATCD-a27af132cf6e13e737c1ed1f720dd2c921038a76.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/Exception.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Exception.i b/TAO/tao/Exception.i index 576ae4913f8..a27aa089eef 100644 --- a/TAO/tao/Exception.i +++ b/TAO/tao/Exception.i @@ -62,6 +62,7 @@ CORBA_Environment::clear (void) { this->exception_->Release (); } + this->exception_ = 0; } ACE_INLINE |