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 su...@apache.org on 2008/09/18 08:22:55 UTC

svn commit: r696571 - /webservices/axis2/trunk/c/include/axis2_svc.h

Author: supun
Date: Wed Sep 17 23:22:55 2008
New Revision: 696571

URL: http://svn.apache.org/viewvc?rev=696571&view=rev
Log:
Fixing issue 1266

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

Modified: webservices/axis2/trunk/c/include/axis2_svc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc.h?rev=696571&r1=696570&r2=696571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc.h Wed Sep 17 23:22:55 2008
@@ -1195,6 +1195,15 @@
         const axis2_svc_t * svc,
         const axutil_env_t * env);
 
+	/* Get the mutex associated with this service 
+	 * @param svc pointer to message
+     * @param env pointer to environment struct
+     * @return pointer to a axutil_thread_mutext_t
+     */
+	AXIS2_EXTERN axutil_thread_mutex_t * AXIS2_CALL
+	axis2_svc_get_mutex(
+		const axis2_svc_t * svc,
+		const axutil_env_t * env);
     /** @} */
 #ifdef __cplusplus
 }