summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/SubscriberFactory.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-02-28 10:13:36 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-02-28 10:13:36 +0000
commit4d636a0e66f2e35cbf9567316c08ceb5cdbdc563 (patch)
tree463c7c53efed930d6f170441a5cdfaf8c6e778b6 /cpp/src/IceStorm/SubscriberFactory.cpp
parentFix (diff)
downloadice-4d636a0e66f2e35cbf9567316c08ceb5cdbdc563.tar.bz2
ice-4d636a0e66f2e35cbf9567316c08ceb5cdbdc563.tar.xz
ice-4d636a0e66f2e35cbf9567316c08ceb5cdbdc563.zip
Fix
Diffstat (limited to 'cpp/src/IceStorm/SubscriberFactory.cpp')
-rw-r--r--cpp/src/IceStorm/SubscriberFactory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceStorm/SubscriberFactory.cpp b/cpp/src/IceStorm/SubscriberFactory.cpp
index f6a39c74638..861c203bacf 100644
--- a/cpp/src/IceStorm/SubscriberFactory.cpp
+++ b/cpp/src/IceStorm/SubscriberFactory.cpp
@@ -120,10 +120,6 @@ SubscriberFactory::createSubscriber(const QoS& qos, const Ice::ObjectPrx& obj)
//
// Check if a queued proxy already exists, or create one if necessary.
//
- // TODO: a twoway unordered and a twoway ordered proxy will be
- // cached with the same entry in the _proxies map. Does this need
- // to be fixed?
- //
QueuedProxyPtr proxy;
map<Ice::ObjectPrx, ProxyInfo>::iterator p = _proxies.find(newObj);
if(p != _proxies.end())