summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Application.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-12-10 13:45:05 +0100
committerJose <jose@zeroc.com>2015-12-10 13:45:05 +0100
commit71db92210dc268134c9eceec659ed8ea6a0e427e (patch)
tree65fc80541483102a1ab9acda1c28c781a03f7e67 /cpp/src/Ice/Application.cpp
parentC++11 mapping server side input parameter fixes (diff)
downloadice-71db92210dc268134c9eceec659ed8ea6a0e427e.tar.bz2
ice-71db92210dc268134c9eceec659ed8ea6a0e427e.tar.xz
ice-71db92210dc268134c9eceec659ed8ea6a0e427e.zip
C++11 mapping adding CommunicatorHolder
Diffstat (limited to 'cpp/src/Ice/Application.cpp')
-rw-r--r--cpp/src/Ice/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp
index 59a0c8d4551..3bf6f597cca 100644
--- a/cpp/src/Ice/Application.cpp
+++ b/cpp/src/Ice/Application.cpp
@@ -665,7 +665,7 @@ Ice::Application::doMain(int argc, char* argv[], const InitializationData& initD
IceUtil::getProcessStringConverter()));
}
- IceInternal::Application::_communicator = initialize(argc, argv, initData);
+ IceInternal::Application::_communicator = ICE_COMMUNICATOR_HOLDER_RELEASE(initialize(argc, argv, initData));
IceInternal::Application::_destroyed = false;
//