From a4f93259dc3494d98addf38e69b87eb557d432b3 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 27 Jun 2014 10:31:41 +0200 Subject: Better collocation optimization, fix for ICE-5489, ICE-5484 --- cpp/test/Ice/objects/Client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/test/Ice/objects/Client.cpp') diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index 57662a0a72f..c0f790d2ad8 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -78,8 +78,8 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) communicator->addObjectFactory(factory, "::Test::J"); communicator->addObjectFactory(factory, "::Test::H"); - InitialPrx allTests(const Ice::CommunicatorPtr&, bool); - InitialPrx initial = allTests(communicator, false); + InitialPrx allTests(const Ice::CommunicatorPtr&); + InitialPrx initial = allTests(communicator); initial->shutdown(); return EXIT_SUCCESS; } -- cgit v1.2.3