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 sa...@apache.org on 2007/03/28 18:58:24 UTC

svn commit: r523410 - in /webservices/axis2/trunk/c/util/src: class_loader.c network_handler.c

Author: samisa
Date: Wed Mar 28 09:58:24 2007
New Revision: 523410

URL: http://svn.apache.org/viewvc?view=rev&rev=523410
Log:
Removed comments

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

Modified: webservices/axis2/trunk/c/util/src/class_loader.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/class_loader.c?view=diff&rev=523410&r1=523409&r2=523410
==============================================================================
--- webservices/axis2/trunk/c/util/src/class_loader.c (original)
+++ webservices/axis2/trunk/c/util/src/class_loader.c Wed Mar 28 09:58:24 2007
@@ -149,12 +149,6 @@
     dl_handler = AXIS2_PLATFORM_LOADLIB(dll_name);
     if (! dl_handler)
     {
-        /*
-        axis2_char_t *errormsg = NULL;
-
-        errormsg =  (axis2_char_t *) dlerror ();
-        printf("errormsg:%s\n", errormsg);
-        */
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_DLL_LOADING_FAILED,
                 AXIS2_FAILURE);
         return AXIS2_FAILURE;

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=523410&r1=523409&r2=523410
==============================================================================
--- webservices/axis2/trunk/c/util/src/network_handler.c (original)
+++ webservices/axis2/trunk/c/util/src/network_handler.c Wed Mar 28 09:58:24 2007
@@ -64,7 +64,6 @@
          */
         struct hostent* lphost = NULL;
         lphost = gethostbyname(server); 
-        /*nnn netdb.h*/
 
         if (lphost)
         {



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