diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-27 18:58:55 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-27 18:58:55 +0000 |
commit | b42a7bbf16c4495ae7b9d5108e7d726f3ebb8356 (patch) | |
tree | faaf559e36cb8a03427618ce0cff4ecf9dbd260b /cpp/test/Ice/exceptions/Collocated.cpp | |
parent | Freeze fixes (diff) | |
download | ice-b42a7bbf16c4495ae7b9d5108e7d726f3ebb8356.tar.bz2 ice-b42a7bbf16c4495ae7b9d5108e7d726f3ebb8356.tar.xz ice-b42a7bbf16c4495ae7b9d5108e7d726f3ebb8356.zip |
location transparency stuff
Diffstat (limited to 'cpp/test/Ice/exceptions/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/Collocated.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/Collocated.cpp b/cpp/test/Ice/exceptions/Collocated.cpp index 63a8fda6ccf..6be6fa2a6e3 100644 --- a/cpp/test/Ice/exceptions/Collocated.cpp +++ b/cpp/test/Ice/exceptions/Collocated.cpp @@ -20,6 +20,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("TestAdapter", endpts); Ice::ObjectPtr object = new ThrowerI(adapter); adapter->add(object, "thrower"); + adapter->activate(); ThrowerPrx allTests(const Ice::CommunicatorPtr&); allTests(communicator); |