summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.h
diff options
context:
space:
mode:
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);