You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/03/12 07:17:15 UTC

svn commit: r517109 - /webservices/axis2/trunk/c/util/src/network_handler.c

Author: dinesh
Date: Sun Mar 11 23:17:14 2007
New Revision: 517109

URL: http://svn.apache.org/viewvc?view=rev&rev=517109
Log:
code formatted, network handler

Modified:
    webservices/axis2/trunk/c/util/src/network_handler.c

Modified: webservices/axis2/trunk/c/util/src/network_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/network_handler.c?view=diff&rev=517109&r1=517108&r2=517109
==============================================================================
--- webservices/axis2/trunk/c/util/src/network_handler.c (original)
+++ webservices/axis2/trunk/c/util/src/network_handler.c Sun Mar 11 23:17:14 2007
@@ -63,7 +63,8 @@
          * server may be a host name
          */
         struct hostent* lphost = NULL;
-        lphost = gethostbyname(server); /*nnn netdb.h*/
+        lphost = gethostbyname(server); 
+        /*nnn netdb.h*/
 
         if (lphost)
         {
@@ -222,11 +223,11 @@
         return 0; //WinSock 2.2 not found
 
 
-    // Confirm that the WinSock DLL supports 2.2.
-    // Note that if the DLL supports versions greater
-    // than 2.2 in addition to 2.2, it will still return
-    // 2.2 in wVersion since that is the version we
-    // requested.
+    /*   Confirm that the WinSock DLL supports 2.2. */
+    /*   Note that if the DLL supports versions greater */
+    /*   than 2.2 in addition to 2.2, it will still return */
+    /*   2.2 in wVersion since that is the version we */
+    /*   requested. */
 
     if (LOBYTE(wsaData.wVersion) != 2 ||
             HIBYTE(wsaData.wVersion) != 2)



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