You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/12/05 07:50:52 UTC

svn commit: r482526 - in /webservices/axis/trunk/c/src/transport/axis3: HTTPChannel/HTTPChannel.hpp HTTPSSLChannel/HTTPSSLChannel.hpp

Author: nadiramra
Date: Mon Dec  4 22:50:50 2006
New Revision: 482526

URL: http://svn.apache.org/viewvc?view=rev&rev=482526
Log:
AXISCPP-944 - remove include tpipv6.h

Modified:
    webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.hpp
    webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.hpp

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.hpp?view=diff&rev=482526&r1=482525&r2=482526
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.hpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPChannel/HTTPChannel.hpp Mon Dec  4 22:50:50 2006
@@ -28,7 +28,6 @@
 
 #ifdef IPV6
 #include <ws2tcpip.h>
-#include <tpipv6.h>  // For IPv6 Tech Preview.
 #endif
 
 // What version of WinSock is required

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.hpp?view=diff&rev=482526&r1=482525&r2=482526
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.hpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.hpp Mon Dec  4 22:50:50 2006
@@ -30,7 +30,6 @@
 
 #ifdef IPV6
 #include <ws2tcpip.h>
-#include <tpipv6.h>  // For IPv6 Tech Preview.
 #endif
 
 // What version of WinSock is required



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org