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 da...@apache.org on 2007/07/23 07:52:22 UTC

svn commit: r558610 - /webservices/axis2/trunk/c/include/axis2_op_client.h

Author: damitha
Date: Sun Jul 22 22:52:21 2007
New Revision: 558610

URL: http://svn.apache.org/viewvc?view=rev&rev=558610
Log:
Fixed AXIS2C634

Modified:
    webservices/axis2/trunk/c/include/axis2_op_client.h

Modified: webservices/axis2/trunk/c/include/axis2_op_client.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_op_client.h?view=diff&rev=558610&r1=558609&r2=558610
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_op_client.h (original)
+++ webservices/axis2/trunk/c/include/axis2_op_client.h Sun Jul 22 22:52:21 2007
@@ -370,6 +370,11 @@
     axis2_op_client_get_svc_ctx(const axis2_op_client_t *op_client,
         const axutil_env_t *env);
 
+    AXIS2_EXTERN void AXIS2_CALL
+    axis2_op_client_set_reuse(
+        axis2_op_client_t *op_client,
+        const axutil_env_t *env,
+        axis2_bool_t reuse);
 
     /**
      * Sends a message represented by the given message context and captures
@@ -394,6 +399,7 @@
     AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL
     axis2_op_client_receive(const axutil_env_t *env,
         axis2_msg_ctx_t *msg_ctx);
+
 
 /** @} */
 #ifdef __cplusplus



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