summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/retry/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-04-21 16:31:39 -0400
committerBernard Normier <bernard@zeroc.com>2017-04-21 16:31:39 -0400
commit708c40f1d45d5e311de5a746ada81b7f55cbef79 (patch)
tree1cb7b8232c51e626026655fe46622c3ea4d9060f /cpp/test/Ice/retry/Client.cpp
parentAllow to run tests in Windows without C++ compiler (diff)
downloadice-708c40f1d45d5e311de5a746ada81b7f55cbef79.tar.bz2
ice-708c40f1d45d5e311de5a746ada81b7f55cbef79.tar.xz
ice-708c40f1d45d5e311de5a746ada81b7f55cbef79.zip
Changed default ctor of CommunicatorHolder
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r--cpp/test/Ice/retry/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp
index 4383b163129..858b343bd0b 100644
--- a/cpp/test/Ice/retry/Client.cpp
+++ b/cpp/test/Ice/retry/Client.cpp
@@ -58,7 +58,7 @@ main(int argc, char* argv[])
initData2.properties = initData.properties->clone();
initData2.properties->setProperty("Ice.RetryIntervals", "0 1 10000");
initData2.observer = getObserver();
- Ice::CommunicatorHolder ich2 = Ice::initialize(initData2);
+ Ice::CommunicatorHolder ich2(initData2);
return run(argc, argv, ich.communicator(), ich2.communicator());
}
catch(const Ice::Exception& ex)