diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-04-25 07:25:18 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-04-25 07:25:18 +0000 |
commit | c746007cf0c259ebd13ad4bda358a1a810c87d91 (patch) | |
tree | 904eb34dcaf1e60a83f46825e0358b56aae6f4e8 /cpp/src/Ice/Network.h | |
parent | Remove link with IceStorm (diff) | |
download | ice-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.h | 1 |
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&); } |