diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-09-17 20:07:21 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-09-17 20:07:21 +0000 |
commit | b088474b393fcae37ef8cccd9ab813ffdfe16b01 (patch) | |
tree | f681a8a2b118609ed4532fd2a4176adc421ac0cf /cpp/test/IceStorm/federation/Subscriber.cpp | |
parent | Added --case-sensitive option. (diff) | |
download | ice-b088474b393fcae37ef8cccd9ab813ffdfe16b01.tar.bz2 ice-b088474b393fcae37ef8cccd9ab813ffdfe16b01.tar.xz ice-b088474b393fcae37ef8cccd9ab813ffdfe16b01.zip |
Fix bug introduced with OA changes
Diffstat (limited to 'cpp/test/IceStorm/federation/Subscriber.cpp')
-rw-r--r-- | cpp/test/IceStorm/federation/Subscriber.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/federation/Subscriber.cpp b/cpp/test/IceStorm/federation/Subscriber.cpp index f1abdd0ef00..aae50c90f99 100644 --- a/cpp/test/IceStorm/federation/Subscriber.cpp +++ b/cpp/test/IceStorm/federation/Subscriber.cpp @@ -102,8 +102,7 @@ run(int argc, char* argv[], const CommunicatorPtr& communicator) return EXIT_FAILURE; } - properties->setProperty("SubscriberAdapter.Endpoints", "default"); - ObjectAdapterPtr adapter = communicator->createObjectAdapter("SubscriberAdapter"); + ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("SubscriberAdapter", "default"); EventIPtr eventFed1 = new EventI(communicator); EventIPtr eventFed2 = new EventI(communicator); EventIPtr eventFed3 = new EventI(communicator); |