summaryrefslogtreecommitdiff
path: root/TAO/tao/Cache_Entries.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-04-30 18:27:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-04-30 18:27:25 +0000
commit671b34b6e0e943b1410099fd71fb981c9d24acf7 (patch)
tree8695226afc2814f40ef0796aa7a757979759e39d /TAO/tao/Cache_Entries.inl
parente9a6f598c5fdf3042505119096a53178b1843a81 (diff)
downloadATCD-671b34b6e0e943b1410099fd71fb981c9d24acf7.tar.gz
ChangeLogTag:Mon Apr 30 11:23:45 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Cache_Entries.inl')
-rw-r--r--TAO/tao/Cache_Entries.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/Cache_Entries.inl b/TAO/tao/Cache_Entries.inl
index ae9318579d2..1e6bbc118fb 100644
--- a/TAO/tao/Cache_Entries.inl
+++ b/TAO/tao/Cache_Entries.inl
@@ -52,6 +52,14 @@ TAO_Cache_IntId::recycle_state (void)
return this->recycle_state_;
}
+ACE_INLINE TAO_Transport *
+TAO_Cache_IntId::relinquish_transport (void)
+{
+ // Yield ownership of the TAO_Transport object.
+ TAO_Transport *val = this->transport_;
+ this->transport_ = 0;
+ return val;
+}
/*******************************************************/
ACE_INLINE