From aa57e33b4bf29c6211a07f24e204db537b6657cc Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Tue, 23 Oct 2001 01:00:27 +0000 Subject: fixed cyclic dependencies --- 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 2c7f2b27ccd..b6226000e78 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -50,8 +50,8 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) communicator->addObjectFactory(factory, "::C"); communicator->addObjectFactory(factory, "::D"); - InitialPrx allTests(const Ice::CommunicatorPtr&); - InitialPrx initial = allTests(communicator); + InitialPrx allTests(const Ice::CommunicatorPtr&, bool); + InitialPrx initial = allTests(communicator, false); initial->shutdown(); return EXIT_SUCCESS; } -- cgit v1.2.3