summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable.h')
-rw-r--r--TAO/tao/Pluggable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Pluggable.h b/TAO/tao/Pluggable.h
index 7657e6360ae..ff9798da3fc 100644
--- a/TAO/tao/Pluggable.h
+++ b/TAO/tao/Pluggable.h
@@ -456,6 +456,9 @@ public:
virtual char object_key_delimiter (void) const = 0;
// Return the object key delimiter to use or expect.
+ virtual int purge_connections (void) = 0;
+ // Purge "old" connections.
+
protected:
virtual void make_profile (const char *endpoint,
TAO_Profile *&,