summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.h
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.h
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.h')
-rw-r--r--cpp/src/Ice/Network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h
index f81fc8c03e8..b5cf02d8f80 100644
--- a/cpp/src/Ice/Network.h
+++ b/cpp/src/Ice/Network.h
@@ -121,6 +121,7 @@ ICE_API bool isPeerLocal(SOCKET);
#endif
ICE_API int getSocketErrno();
+ICE_API std::string inetAddrToString(const struct in_addr&);
}