From 1436dfb57e2232afaad32c9b0b845c162f544584 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sat, 6 Apr 2002 03:07:48 +0000 Subject: fixes to collocation detection; removed INADDR_ANY; other fixes --- 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 fc91cb09767..55117d99ec0 100644 --- a/cpp/test/IceStorm/single/Subscriber.cpp +++ b/cpp/test/IceStorm/single/Subscriber.cpp @@ -92,7 +92,7 @@ run(int argc, char* argv[], const CommunicatorPtr& communicator) ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("SingleAdapter", "default"); ObjectPtr single = new SingleI(communicator); - ObjectPrx object = adapter->add(single, stringToIdentity("single#events")); + ObjectPrx object = adapter->add(single, stringToIdentity("single/events")); IceStorm::QoS qos; //TODO: qos["reliability"] = "batch"; -- cgit v1.2.3