diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-04-30 18:27:25 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-04-30 18:27:25 +0000 |
commit | 671b34b6e0e943b1410099fd71fb981c9d24acf7 (patch) | |
tree | 8695226afc2814f40ef0796aa7a757979759e39d /TAO/tao/Cache_Entries.inl | |
parent | e9a6f598c5fdf3042505119096a53178b1843a81 (diff) | |
download | ATCD-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.inl | 8 |
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 |