summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-06-07 14:03:55 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-06-07 14:03:55 +0000
commitb30238cef6fa0b3e0d37d40a48c3401d649de6d2 (patch)
treef64d3e70a9d65fbc60b65fb536934208d2303c49 /TAO/tao/Invocation.cpp
parentd29f08923e48aaf06b2fd344a50195895ea5a09e (diff)
downloadATCD-b30238cef6fa0b3e0d37d40a48c3401d649de6d2.tar.gz
ChangeLogTag:Sat Jun 07 08:50:13 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r--TAO/tao/Invocation.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index 645ddb81afa..e3a3f6fa549 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -467,8 +467,6 @@ TAO_GIOP_Invocation::invoke (CORBA::Boolean write_semantics
}
this->transport_->close_connection ();
- this->endpoint_->reset_hint ();
-
this->restart_flag_ = 1;
return TAO_INVOKE_RESTART;
@@ -500,7 +498,6 @@ TAO_GIOP_Invocation::close_connection (void)
TAO_Transport::release (this->transport_);
this->transport_ = 0;
- this->endpoint_->reset_hint ();
this->endpoint_ = 0;
this->profile_ = 0;