summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/RoutingTable.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-02-02 15:00:29 +0000
committerMarc Laukien <marc@zeroc.com>2005-02-02 15:00:29 +0000
commit1adab5451bb6db756529cf48a9cb8dffa0f65d28 (patch)
tree2a4994d17b6ea27c8c0e68a98fb8ac059d0e4599 /cpp/src/Ice/RoutingTable.cpp
parentfix (diff)
downloadice-1adab5451bb6db756529cf48a9cb8dffa0f65d28.tar.bz2
ice-1adab5451bb6db756529cf48a9cb8dffa0f65d28.tar.xz
ice-1adab5451bb6db756529cf48a9cb8dffa0f65d28.zip
todo items
Diffstat (limited to 'cpp/src/Ice/RoutingTable.cpp')
-rw-r--r--cpp/src/Ice/RoutingTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/RoutingTable.cpp b/cpp/src/Ice/RoutingTable.cpp
index 604bc274002..d3c73b61635 100644
--- a/cpp/src/Ice/RoutingTable.cpp
+++ b/cpp/src/Ice/RoutingTable.cpp
@@ -39,7 +39,7 @@ IceInternal::RoutingTable::add(const ObjectPrx& prx)
return false;
}
- ObjectPrx proxy = prx->ice_default(); // We insert the proxy in it's default form into the routing table.
+ ObjectPrx proxy = prx->ice_default(); // We insert the proxy in its default form into the routing table.
IceUtil::Mutex::Lock sync(*this);