summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/RoutingTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/RoutingTable.cpp')
-rw-r--r--cpp/src/Ice/RoutingTable.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/Ice/RoutingTable.cpp b/cpp/src/Ice/RoutingTable.cpp
index f4038b0ec71..999fc5eba60 100644
--- a/cpp/src/Ice/RoutingTable.cpp
+++ b/cpp/src/Ice/RoutingTable.cpp
@@ -23,6 +23,13 @@ IceInternal::RoutingTable::RoutingTable() :
{
}
+void
+IceInternal::RoutingTable::clear()
+{
+ _table.clear();
+ _tableHint = _table.end();
+}
+
bool
IceInternal::RoutingTable::add(const ObjectPrx& prx)
{