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 du...@apache.org on 2007/08/13 13:46:34 UTC

svn commit: r565315 - /webservices/axis2/trunk/c/samples/client/echo/echo.c

Author: dumindu
Date: Mon Aug 13 04:46:33 2007
New Revision: 565315

URL: http://svn.apache.org/viewvc?view=rev&rev=565315
Log:
removing commented code

Modified:
    webservices/axis2/trunk/c/samples/client/echo/echo.c

Modified: webservices/axis2/trunk/c/samples/client/echo/echo.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/echo.c?view=diff&rev=565315&r1=565314&r2=565315
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Mon Aug 13 04:46:33 2007
@@ -122,10 +122,6 @@
         prop_pw = axutil_property_create(env);
         axutil_property_set_value(prop_pw, env, axutil_strdup(env, pw));
         axis2_options_set_property(options, env, "HTTP_AUTH_PASSWD", prop_pw);
-
-/*        axutil_property_t *prop_type = axutil_property_create(env);
-        axutil_property_set_value(prop_type, env, axutil_strdup(env, "Basic"));
-        axis2_options_set_property(options, env, "HTTP_AUTH_TYPE", prop_type);*/
     }
 
     /* Set service client options */



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