diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-11-13 14:37:13 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-11-13 14:37:13 +0100 |
commit | 180e3f6b12c252cda2ced3ad95e99884c778111c (patch) | |
tree | 36096594477bbd97715300bcaeb272b8b5233831 /cpp/src/Ice/Network.h | |
parent | ICE-5875 confusing tracing when binding to 0.0.0.0 (diff) | |
download | ice-180e3f6b12c252cda2ced3ad95e99884c778111c.tar.bz2 ice-180e3f6b12c252cda2ced3ad95e99884c778111c.tar.xz ice-180e3f6b12c252cda2ced3ad95e99884c778111c.zip |
Fixed ICE-5877: disabled IPv6 by default is not supported on the system
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 179ebab9582..01418b714cb 100644 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -216,6 +216,7 @@ ICE_API ProtocolSupport getProtocolSupport(const Address&); ICE_API Address getAddressForServer(const std::string&, int, ProtocolSupport, bool); ICE_API int compareAddress(const Address&, const Address&); +ICE_API bool isIPv6Supported(); ICE_API SOCKET createSocket(bool, const Address&); ICE_API SOCKET createServerSocket(bool, const Address&, ProtocolSupport); ICE_API void closeSocketNoThrow(SOCKET); |