diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-05 19:34:02 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-05 19:34:02 +0000 |
commit | 01b6248a5b02533c3f5bcd90d1d09d310ebdca2d (patch) | |
tree | 8d34db0f48e5862388b9c00ab58c6ccffe48f01c /TAO/tao/Connection_Handler.cpp | |
parent | cc34f4b1057073ae3398ecf74033786e5d164a8b (diff) | |
download | ATCD-fix_bug132_fin.tar.gz |
This commit was manufactured by cvs2svn to create tagfix_bug132_fin
'fix_bug132_fin'.
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r-- | TAO/tao/Connection_Handler.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp index 85897954427..2702a2ff655 100644 --- a/TAO/tao/Connection_Handler.cpp +++ b/TAO/tao/Connection_Handler.cpp @@ -39,8 +39,6 @@ TAO_Connection_Handler::purge_entry (void) int retval = this->orb_core_->connection_cache ().purge_entry (this->cache_map_entry_); - this->cache_map_entry_ = 0; - // Decrement our reference count as we have been removed from the // cache map. this->decr_ref_count (); @@ -48,15 +46,6 @@ TAO_Connection_Handler::purge_entry (void) return retval; } -void -TAO_Connection_Handler::mark_invalid (void) -{ - if (this->cache_map_entry_) - this->cache_map_entry_->int_id_.recycle_state - (ACE_RECYCLABLE_PURGABLE_BUT_NOT_IDLE); -} - - int TAO_Connection_Handler::make_idle (void) { @@ -96,9 +85,6 @@ TAO_Connection_Handler::set_socket_option (ACE_SOCK &sock, sizeof (int)) == -1 && errno != ENOTSUP) return -1; -#else - ACE_UNUSED_ARG (snd_size); - ACE_UNUSED_ARG (rcv_size); #endif /* !ACE_LACKS_SOCKET_BUFSIZ */ (void) sock.enable (ACE_CLOEXEC); |