From 69ab9df0b58233ca893407b0ef9fae5376413c06 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 6 Dec 2001 20:50:34 +0000 Subject: Ice.DefaultHost, Ice.DefaultProtocol --- cpp/test/IceStorm/single/Subscriber.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceStorm/single/Subscriber.cpp') diff --git a/cpp/test/IceStorm/single/Subscriber.cpp b/cpp/test/IceStorm/single/Subscriber.cpp index 02eb232146f..9c6538f2430 100644 --- a/cpp/test/IceStorm/single/Subscriber.cpp +++ b/cpp/test/IceStorm/single/Subscriber.cpp @@ -90,7 +90,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) return EXIT_FAILURE; } - Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("ClockAdapter", "tcp"); + Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("ClockAdapter", "default"); Ice::ObjectPtr single = new SingleI(communicator); Ice::ObjectPrx object = adapter->add(single, Ice::stringToIdentity("events#single")); -- cgit v1.2.3