summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/Collocated.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-02-14 13:57:26 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-02-14 13:57:26 +0000
commitc4cbcf3d83cc23ffa1b09ae513799e39f671c054 (patch)
tree7c37232e433131ca5d788dcb5d909c8efcf2d80d /cpp/test/Ice/custom/Collocated.cpp
parentupdate x64 components (diff)
downloadice-c4cbcf3d83cc23ffa1b09ae513799e39f671c054.tar.bz2
ice-c4cbcf3d83cc23ffa1b09ae513799e39f671c054.tar.xz
ice-c4cbcf3d83cc23ffa1b09ae513799e39f671c054.zip
Removed use of Ice.OA.
Diffstat (limited to 'cpp/test/Ice/custom/Collocated.cpp')
-rw-r--r--cpp/test/Ice/custom/Collocated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/Collocated.cpp b/cpp/test/Ice/custom/Collocated.cpp
index b7da06a2c82..5811f081c9b 100644
--- a/cpp/test/Ice/custom/Collocated.cpp
+++ b/cpp/test/Ice/custom/Collocated.cpp
@@ -40,7 +40,7 @@ main(int argc, char** argv)
{
Ice::InitializationData initData;
initData.properties = Ice::createProperties(argc, argv);
- initData.properties->setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000");
+ initData.properties->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000");
initData.stringConverter = new Test::StringConverterI();
initData.wstringConverter = new Test::WstringConverterI();
communicator = Ice::initialize(argc, argv, initData);