summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.inl
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-26 03:17:12 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-26 03:17:12 +0000
commitce15c43044f2bb302ccb34f40817fffff77e5088 (patch)
treebf7858fb8969da67f17a07e315f2bfae973c4251 /TAO/tao/Connection_Handler.inl
parent30be622d446e0a37d67834ed1d96f649a8ce7127 (diff)
downloadATCD-ce15c43044f2bb302ccb34f40817fffff77e5088.tar.gz
ChangeLogTag: Sat Nov 25 21:09:54 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connection_Handler.inl')
-rw-r--r--TAO/tao/Connection_Handler.inl8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/Connection_Handler.inl b/TAO/tao/Connection_Handler.inl
index dcbafce3da6..e79d07a513c 100644
--- a/TAO/tao/Connection_Handler.inl
+++ b/TAO/tao/Connection_Handler.inl
@@ -11,12 +11,6 @@ TAO_Connection_Handler::TAO_Connection_Handler (void)
{
}
-ACE_INLINE
-TAO_Connection_Handler::~TAO_Connection_Handler (void)
-{
-}
-
-
ACE_INLINE TAO_Connection_Cache_Manager::HASH_MAP_ENTRY *
TAO_Connection_Handler::cache_map_entry (void)
{
@@ -47,7 +41,7 @@ TAO_Connection_Handler::decr_ref_count (void)
// vanishes, the entry that we have is invalid. So, do this
// check before we access the internals of the
// <cache_map_entry_>
- if (cache_map_entry_)
+ if (this->cache_map_entry_)
{
// Now mark the Ext_Id for us as closed