summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/custom/Collocated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/custom/Collocated.cpp')
-rw-r--r--cppe/test/IceE/custom/Collocated.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/cppe/test/IceE/custom/Collocated.cpp b/cppe/test/IceE/custom/Collocated.cpp
index 80ce3d19e08..59a5193fd4a 100644
--- a/cppe/test/IceE/custom/Collocated.cpp
+++ b/cppe/test/IceE/custom/Collocated.cpp
@@ -28,21 +28,21 @@ public:
run(int argc, char* argv[])
{
Ice::InitializationData initData;
- initData.properties = Ice::createProperties();
+ initData.properties = Ice::createProperties();
- initData.properties->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000");
- //initData.properties->setProperty("Ice.Trace.Network", "5");
- //initData.properties->setProperty("Ice.Trace.Protocol", "5");
+ initData.properties->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000");
+ //initData.properties->setProperty("Ice.Trace.Network", "5");
+ //initData.properties->setProperty("Ice.Trace.Protocol", "5");
- loadConfig(initData.properties);
- initData.logger = getLogger();
- setCommunicator(Ice::initialize(argc, argv, initData));
+ loadConfig(initData.properties);
+ initData.logger = getLogger();
+ setCommunicator(Ice::initialize(argc, argv, initData));
Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("TestAdapter");
adapter->add(new TestIntfI(communicator()), communicator()->stringToIdentity("test"));
#ifdef ICEE_HAS_WSTRING
- adapter->add(new Test1::WstringClassI, communicator()->stringToIdentity("wstring1"));
- adapter->add(new Test2::WstringClassI, communicator()->stringToIdentity("wstring2"));
+ adapter->add(new Test1::WstringClassI, communicator()->stringToIdentity("wstring1"));
+ adapter->add(new Test2::WstringClassI, communicator()->stringToIdentity("wstring2"));
#endif
adapter->activate();