summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-04-25 07:25:18 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-04-25 07:25:18 +0000
commitc746007cf0c259ebd13ad4bda358a1a810c87d91 (patch)
tree904eb34dcaf1e60a83f46825e0358b56aae6f4e8 /cpp/src/Ice/Network.cpp
parentRemove link with IceStorm (diff)
downloadice-c746007cf0c259ebd13ad4bda358a1a810c87d91.tar.bz2
ice-c746007cf0c259ebd13ad4bda358a1a810c87d91.tar.xz
ice-c746007cf0c259ebd13ad4bda358a1a810c87d91.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=959, plus added test.
Diffstat (limited to 'cpp/src/Ice/Network.cpp')
-rw-r--r--cpp/src/Ice/Network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp
index 201d63f5bbe..fff635e1f13 100644
--- a/cpp/src/Ice/Network.cpp
+++ b/cpp/src/Ice/Network.cpp
@@ -34,7 +34,7 @@ using namespace IceInternal;
static IceUtil::StaticMutex inetMutex = ICE_STATIC_MUTEX_INITIALIZER;
string
-inetAddrToString(const struct in_addr& in)
+IceInternal::inetAddrToString(const struct in_addr& in)
{
//
// inet_ntoa uses static memory on some platforms so we protect