summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/Collocated.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-27 20:54:00 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-27 20:54:00 +0000
commitd331c4f5778d3287334175fdf9c8191d659fe0f5 (patch)
treee49632f032c05a734371e074c75e4e59ff908a96 /cpp/test/Ice/exceptions/Collocated.cpp
parentlocation transparency stuff (diff)
downloadice-d331c4f5778d3287334175fdf9c8191d659fe0f5.tar.bz2
ice-d331c4f5778d3287334175fdf9c8191d659fe0f5.tar.xz
ice-d331c4f5778d3287334175fdf9c8191d659fe0f5.zip
more collocation stuff
Diffstat (limited to 'cpp/test/Ice/exceptions/Collocated.cpp')
-rw-r--r--cpp/test/Ice/exceptions/Collocated.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/Collocated.cpp b/cpp/test/Ice/exceptions/Collocated.cpp
index 6be6fa2a6e3..63a8fda6ccf 100644
--- a/cpp/test/Ice/exceptions/Collocated.cpp
+++ b/cpp/test/Ice/exceptions/Collocated.cpp
@@ -20,7 +20,6 @@ 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);