diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-02-28 10:13:36 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-02-28 10:13:36 +0000 |
commit | 4d636a0e66f2e35cbf9567316c08ceb5cdbdc563 (patch) | |
tree | 463c7c53efed930d6f170441a5cdfaf8c6e778b6 /cpp/test/IceStorm/single/Subscriber.cpp | |
parent | Fix (diff) | |
download | ice-4d636a0e66f2e35cbf9567316c08ceb5cdbdc563.tar.bz2 ice-4d636a0e66f2e35cbf9567316c08ceb5cdbdc563.tar.xz ice-4d636a0e66f2e35cbf9567316c08ceb5cdbdc563.zip |
Fix
Diffstat (limited to 'cpp/test/IceStorm/single/Subscriber.cpp')
-rw-r--r-- | cpp/test/IceStorm/single/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/single/Subscriber.cpp b/cpp/test/IceStorm/single/Subscriber.cpp index eafd6ced5b5..2a5a6b5e2f3 100644 --- a/cpp/test/IceStorm/single/Subscriber.cpp +++ b/cpp/test/IceStorm/single/Subscriber.cpp @@ -173,7 +173,7 @@ run(int argc, char* argv[], const CommunicatorPtr& communicator) { subscribers.push_back(new SingleI(communicator, "twoway ordered", true)); // Ordered IceStorm::QoS qos; - qos["reliability"] = "twoway-ordered"; + qos["reliability"] = "twoway ordered"; topic->subscribe(qos, adapter->addWithUUID(subscribers.back())); } |