diff options
author | Jose <jose@zeroc.com> | 2015-12-10 13:45:05 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-10 13:45:05 +0100 |
commit | 71db92210dc268134c9eceec659ed8ea6a0e427e (patch) | |
tree | 65fc80541483102a1ab9acda1c28c781a03f7e67 /cpp/test/Ice/objects/Client.cpp | |
parent | C++11 mapping server side input parameter fixes (diff) | |
download | ice-71db92210dc268134c9eceec659ed8ea6a0e427e.tar.bz2 ice-71db92210dc268134c9eceec659ed8ea6a0e427e.tar.xz ice-71db92210dc268134c9eceec659ed8ea6a0e427e.zip |
C++11 mapping adding CommunicatorHolder
Diffstat (limited to 'cpp/test/Ice/objects/Client.cpp')
-rw-r--r-- | cpp/test/Ice/objects/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index cf1e60c1993..02f6d2363e2 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -141,7 +141,7 @@ main(int argc, char* argv[]) try { - communicator = Ice::initialize(argc, argv); + communicator = ICE_COMMUNICATOR_HOLDER_RELEASE(Ice::initialize(argc, argv)); status = run(argc, argv, communicator); } catch(const Ice::Exception& ex) |