summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/RoutingTable.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-07-29 20:31:14 +0000
committerMarc Laukien <marc@zeroc.com>2002-07-29 20:31:14 +0000
commitf867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2 (patch)
treeba65f86e6c15863a3be8e690bef89b7288a3fa13 /cpp/include/Ice/RoutingTable.h
parentfix (diff)
downloadice-f867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2.tar.bz2
ice-f867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2.tar.xz
ice-f867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2.zip
leak fix
Diffstat (limited to 'cpp/include/Ice/RoutingTable.h')
-rw-r--r--cpp/include/Ice/RoutingTable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/Ice/RoutingTable.h b/cpp/include/Ice/RoutingTable.h
index 1da4faa8b86..558fa41d9da 100644
--- a/cpp/include/Ice/RoutingTable.h
+++ b/cpp/include/Ice/RoutingTable.h
@@ -33,6 +33,11 @@ public:
RoutingTable();
//
+ // Clear the contents of the routing table.
+ //
+ void clear();
+
+ //
// Returns false if the Proxy exists already.
//
bool add(const ::Ice::ObjectPrx&);