summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-23 10:56:16 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-23 10:56:16 +0000
commitf5bae47746ba7111b52384d6417b31033d451d41 (patch)
tree62de5ed04a03da9964d849ac3a10ad05c0cf10d9 /TAO/tao/Connection_Handler.cpp
parentdb6cff971d5a6fc848f32909c95a0782e04c6d4e (diff)
downloadATCD-f5bae47746ba7111b52384d6417b31033d451d41.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r--TAO/tao/Connection_Handler.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp
index f0a3b8edf76..b70d618860b 100644
--- a/TAO/tao/Connection_Handler.cpp
+++ b/TAO/tao/Connection_Handler.cpp
@@ -113,12 +113,6 @@ TAO_Connection_Handler::svc_i (void)
TAO_Resume_Handle rh (this->orb_core_,
ACE_INVALID_HANDLE);
-
- // Increase the reference count before we process any requests
- //
- // REFCNT: Matches decr_refcount() in this function after the loop.
- (void) this->incr_refcount ();
-
// We exit of the loop if
// - If the ORB core is shutdown by another thread
// - Or if the transport is null. This could happen if an error
@@ -154,8 +148,6 @@ TAO_Connection_Handler::svc_i (void)
"TAO (%P|%t) - Connection_Handler::svc_i - "
"loop <%d>\n", current_timeout.msec ()));
}
- // REFCNT: Matches incr_refcount() before the loop...
- (void) this->decr_refcount ();
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,