summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ReplicaCache.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-01-30 11:04:51 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-01-30 11:04:51 +0000
commitfd675fdaff4dfa73678effd765a52209967567c7 (patch)
tree2943032021c6bf8329da6330b02af24ba6cad6bc /cpp/src/IceGrid/ReplicaCache.cpp
parentcleanup IceStorm tests. (diff)
downloadice-fd675fdaff4dfa73678effd765a52209967567c7.tar.bz2
ice-fd675fdaff4dfa73678effd765a52209967567c7.tar.xz
ice-fd675fdaff4dfa73678effd765a52209967567c7.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1711
Diffstat (limited to 'cpp/src/IceGrid/ReplicaCache.cpp')
-rw-r--r--cpp/src/IceGrid/ReplicaCache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ReplicaCache.cpp b/cpp/src/IceGrid/ReplicaCache.cpp
index 19f32d5b1c5..fa5102a322c 100644
--- a/cpp/src/IceGrid/ReplicaCache.cpp
+++ b/cpp/src/IceGrid/ReplicaCache.cpp
@@ -167,8 +167,8 @@ ReplicaCache::subscribe(const ReplicaObserverPrx& observer)
}
IceStorm::QoS qos;
- qos["reliability"] = "twoway ordered";
- Ice::ObjectPrx publisher = _topic->subscribeAndGetPublisher(qos, observer);
+ qos["reliability"] = "ordered";
+ Ice::ObjectPrx publisher = _topic->subscribeAndGetPublisher(qos, observer->ice_twoway());
ReplicaObserverPrx::uncheckedCast(publisher)->replicaInit(replicas);
}
catch(const Ice::ConnectionRefusedException&)