diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-12-16 03:03:20 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-12-16 03:03:20 +0000 |
commit | 196f53d4a9a239c280a1ba49e761b71ff3aaa179 (patch) | |
tree | c0c44d4313e603a7655f9f6d3ea9f0e093f0f6f2 /TAO/tao/Connection_Handler.h | |
parent | 27a2a0868c15580e025a109727018bd0ff46f1b1 (diff) | |
download | ATCD-196f53d4a9a239c280a1ba49e761b71ff3aaa179.tar.gz |
ChangeLogTag: Fri Dec 15 20:59:49 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r-- | TAO/tao/Connection_Handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h index 5a20652833b..840c292754d 100644 --- a/TAO/tao/Connection_Handler.h +++ b/TAO/tao/Connection_Handler.h @@ -79,6 +79,9 @@ public: /// Make ourselves ready for use int make_idle (void); + /// recache ourselves in the cache + int recache_handler (TAO_Connection_Descriptor_Interface *); + /// Increment the reference count void incr_ref_count (void); |