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 sa...@apache.org on 2006/03/29 19:44:10 UTC

svn commit: r389843 - in /webservices/axis2/trunk/c/samples/client: echo_non_blocking/echo_client.c notify/notify_client.c

Author: samisa
Date: Wed Mar 29 09:44:08 2006
New Revision: 389843

URL: http://svn.apache.org/viewcvs?rev=389843&view=rev
Log:
Fixed warnings

Modified:
    webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c
    webservices/axis2/trunk/c/samples/client/notify/notify_client.c

Modified: webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c?rev=389843&r1=389842&r2=389843&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c Wed Mar 29 09:44:08 2006
@@ -62,7 +62,6 @@
     axis2_msg_info_headers_t *msg_info_headers = NULL;
     axis2_endpoint_ref_t* endpoint_ref = NULL;
     axis2_conf_t *conf = NULL;
-    axis2_msg_ctx_t *response_ctx = NULL;
     axis2_callback_t* callback = NULL;
     int count = 0;
     axis2_soap_envelope_t *soap_envelope = NULL;

Modified: webservices/axis2/trunk/c/samples/client/notify/notify_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/notify/notify_client.c?rev=389843&r1=389842&r2=389843&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/notify/notify_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/notify/notify_client.c Wed Mar 29 09:44:08 2006
@@ -52,7 +52,6 @@
     axis2_char_t *address = NULL;
     axis2_char_t *wsa_action = NULL;
     axis2_char_t *client_home = NULL;
-    axis2_om_node_t *ret_node = NULL;
     axis2_svc_t *svc = NULL;
     axis2_op_t *op = NULL;
     axis2_call_t *call = NULL;