diff options
author | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:30:02 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:30:02 +0000 |
commit | 69ee255be9ce374075d1a31020b48de7788374e1 (patch) | |
tree | dc3a4e00a8407905447e79a78d11800bb616b2c4 /cpp/test/Ice/slicing/exceptions/Server.cpp | |
parent | - Removed unused collocation optimization code. (diff) | |
download | ice-69ee255be9ce374075d1a31020b48de7788374e1.tar.bz2 ice-69ee255be9ce374075d1a31020b48de7788374e1.tar.xz ice-69ee255be9ce374075d1a31020b48de7788374e1.zip |
Changing demo and test port numbers.
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/Server.cpp')
-rw-r--r-- | cpp/test/Ice/slicing/exceptions/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/Server.cpp b/cpp/test/Ice/slicing/exceptions/Server.cpp index 1af548c6d28..5b50c786528 100644 --- a/cpp/test/Ice/slicing/exceptions/Server.cpp +++ b/cpp/test/Ice/slicing/exceptions/Server.cpp @@ -17,7 +17,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { Ice::PropertiesPtr properties = communicator->getProperties(); properties->setProperty("Ice.Warn.Dispatch", "0"); - communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 2000"); + communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 2000"); Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("TestAdapter"); Ice::ObjectPtr object = new TestI(adapter); adapter->add(object, Ice::stringToIdentity("Test")); |