summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-21 01:56:55 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-21 01:56:55 +0000
commitea7bcb5e57cd00719f6e8f699b4b3fe3c6c64c69 (patch)
tree70aa5c98f8c2ab40718565fac79bfb1e67f66cbc /TAO/tao/Connection_Handler.h
parent02b6f3f1802c6382f213437870dc305f32ddc1c1 (diff)
downloadATCD-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.h3
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);