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/04/16 12:33:22 UTC

svn commit: r529188 - /webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c

Author: dushshantha
Date: Mon Apr 16 03:33:17 2007
New Revision: 529188

URL: http://svn.apache.org/viewvc?view=rev&rev=529188
Log:
removed an unwanted printf

Modified:
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c

Modified: webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c?view=diff&rev=529188&r1=529187&r2=529188
==============================================================================
--- webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c (original)
+++ webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c Mon Apr 16 03:33:17 2007
@@ -155,8 +155,6 @@
     axiom_node_t *ret_node = NULL;
     axis2_status_t status = AXIS2_SUCCESS;
 
-    printf("inside on_complete_callback function\n");
-
     soap_envelope = axis2_callback_get_envelope(callback, env);
 
     if (!soap_envelope)



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