diff options
author | Brent Eagles <brent@zeroc.com> | 2006-03-06 16:54:41 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-03-06 16:54:41 +0000 |
commit | fc3522bc002b370754df36993ec2f8a32712cf19 (patch) | |
tree | 61f0e24746aed7cc149da3e711c1dd6bfbac05a7 /cppe/test | |
parent | fix cross platform testing bug (diff) | |
download | ice-fc3522bc002b370754df36993ec2f8a32712cf19.tar.bz2 ice-fc3522bc002b370754df36993ec2f8a32712cf19.tar.xz ice-fc3522bc002b370754df36993ec2f8a32712cf19.zip |
fix a typo
Diffstat (limited to 'cppe/test')
-rw-r--r-- | cppe/test/IceE/location/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/IceE/location/TestI.cpp b/cppe/test/IceE/location/TestI.cpp index ce69f44adf2..51a5d006028 100644 --- a/cppe/test/IceE/location/TestI.cpp +++ b/cppe/test/IceE/location/TestI.cpp @@ -52,7 +52,7 @@ ServerManagerI::startServer(const Ice::Current&) Ice::ObjectAdapterPtr adapter = serverCommunicator->createObjectAdapter("TestAdapter"); Ice::ObjectAdapterPtr adapter2 = serverCommunicator->createObjectAdapter("TestAdapter2"); - // Note that this assumes the server is running port 12345. + // Note that this assumes the server is running port 12010. Ice::ObjectPrx locator = serverCommunicator->stringToProxy("locator:default -p 12010"); adapter->setLocator(Ice::LocatorPrx::uncheckedCast(locator)); |