diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-11-21 01:56:55 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-11-21 01:56:55 +0000 |
commit | ea7bcb5e57cd00719f6e8f699b4b3fe3c6c64c69 (patch) | |
tree | 70aa5c98f8c2ab40718565fac79bfb1e67f66cbc /TAO/tao/Connection_Handler.h | |
parent | 02b6f3f1802c6382f213437870dc305f32ddc1c1 (diff) | |
download | ATCD-ea7bcb5e57cd00719f6e8f699b4b3fe3c6c64c69.tar.gz |
ChangeLogTag: Mon Nov 20 19:51:06 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 b7a0567be43..0488a8b5c7e 100644 --- a/TAO/tao/Connection_Handler.h +++ b/TAO/tao/Connection_Handler.h @@ -94,6 +94,9 @@ public: virtual ACE_HANDLE fetch_handle (void) = 0; // Get the underlying handle + int purge_entry (void); + // Purge our entry from the Connection Cache + protected: TAO_ORB_Core *orb_core (void); |