summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-14 20:20:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-14 20:20:30 +0000
commitea65cc5e14b56ca9a392023fa41149cb1bf37804 (patch)
tree7f63c0d127ba532caa09a3a0aa2041ca0a431bfe
parente7c4ebdc723cd714103036b287489f6a870f923f (diff)
downloadATCD-ea65cc5e14b56ca9a392023fa41149cb1bf37804.tar.gz
Moved fix to PICurrent.cpp. It's makes more sense to put it there.
-rw-r--r--TAO/tao/ClientRequestInfo_i.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/ClientRequestInfo_i.cpp b/TAO/tao/ClientRequestInfo_i.cpp
index a6b201465c0..0201005610e 100644
--- a/TAO/tao/ClientRequestInfo_i.cpp
+++ b/TAO/tao/ClientRequestInfo_i.cpp
@@ -55,12 +55,6 @@ TAO_ClientRequestInfo_i::TAO_ClientRequestInfo_i (TAO_GIOP_Invocation *inv,
TAO_ClientRequestInfo_i::~TAO_ClientRequestInfo_i (void)
{
- // Make sure the TSC no longer considers the current RSC its peer
- // since that RSC is destroyed when this ClienRequestInfo object is
- // destroyed.
- TAO_PICurrent_Impl *tsc = this->rs_pi_current_.pi_peer ();
- if (tsc != 0)
- tsc->pi_peer (0);
}
CORBA::Object_ptr