summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2Lib/SessionHelper.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-02-21 15:05:24 +0100
committerJose <jose@zeroc.com>2012-02-21 15:05:24 +0100
commitd54bb060ea3726fabe60d454f1a3d69ad5d8e687 (patch)
tree9b8533afd35ed0c1eae7949c4ad2da01a7f6c9a7 /cpp/src/Glacier2Lib/SessionHelper.cpp
parentICE-4693 - LP64 should not be used on OS X (diff)
downloadice-d54bb060ea3726fabe60d454f1a3d69ad5d8e687.tar.bz2
ice-d54bb060ea3726fabe60d454f1a3d69ad5d8e687.tar.xz
ice-d54bb060ea3726fabe60d454f1a3d69ad5d8e687.zip
ICE-3590 - localhost vs. 127.0.0.1
Diffstat (limited to 'cpp/src/Glacier2Lib/SessionHelper.cpp')
-rw-r--r--cpp/src/Glacier2Lib/SessionHelper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Glacier2Lib/SessionHelper.cpp b/cpp/src/Glacier2Lib/SessionHelper.cpp
index efacc6e7727..bc3d471aa37 100644
--- a/cpp/src/Glacier2Lib/SessionHelper.cpp
+++ b/cpp/src/Glacier2Lib/SessionHelper.cpp
@@ -794,7 +794,7 @@ SessionHelperI::dispatchCallbackAndWait(const Ice::DispatcherCallPtr& call, cons
}
Glacier2::SessionFactoryHelper::SessionFactoryHelper(const SessionCallbackPtr& callback) :
- _routerHost("127.0.0.1"),
+ _routerHost("localhost"),
_secure(true),
_port(0),
_timeout(10000),
@@ -808,7 +808,7 @@ Glacier2::SessionFactoryHelper::SessionFactoryHelper(const SessionCallbackPtr& c
Glacier2::SessionFactoryHelper::SessionFactoryHelper(const Ice::InitializationData& initData,
const SessionCallbackPtr& callback) :
- _routerHost("127.0.0.1"),
+ _routerHost("localhost"),
_secure(true),
_port(0),
_timeout(10000),
@@ -825,7 +825,7 @@ Glacier2::SessionFactoryHelper::SessionFactoryHelper(const Ice::InitializationDa
}
Glacier2::SessionFactoryHelper::SessionFactoryHelper(const Ice::PropertiesPtr& properties, const SessionCallbackPtr& callback) :
- _routerHost("127.0.0.1"),
+ _routerHost("localhost"),
_secure(true),
_port(0),
_timeout(10000),