summaryrefslogtreecommitdiff
path: root/ACE/ace/Sock_Connect.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2010-06-03 21:35:20 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2010-06-03 21:35:20 +0000
commitfd1a3288581c9c1dd6bed03578f56629255b5823 (patch)
tree14d1e2eefa6992412850140f731267625cff30a5 /ACE/ace/Sock_Connect.cpp
parente46b8fb7760cfffa589c63cb705a8aba8c9fd154 (diff)
downloadATCD-fd1a3288581c9c1dd6bed03578f56629255b5823.tar.gz
Thu Jun 3 21:34:23 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
* ace/Sock_Connect.cpp: Removed confusing comment.
Diffstat (limited to 'ACE/ace/Sock_Connect.cpp')
-rw-r--r--ACE/ace/Sock_Connect.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Sock_Connect.cpp b/ACE/ace/Sock_Connect.cpp
index c598b103ef1..fd4c84e0af6 100644
--- a/ACE/ace/Sock_Connect.cpp
+++ b/ACE/ace/Sock_Connect.cpp
@@ -60,9 +60,6 @@ const struct in6_addr in6addr_linklocal_allrouters = IN6ADDR_LINKLOCAL_ALLROUTER
#if defined (ACE_HAS_WINCE)
#include /**/ <iphlpapi.h>
# if defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0) && (_WIN32_WCE < 0x600) && defined (ACE_HAS_IPV6)
-// The following code is suggested by microsoft as a workaround to the fact
-// that on Windows CE, these constants are exported as function addresses
-// rather than simply values.
# include /**/ <ws2tcpip.h>
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;