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 se...@apache.org on 2008/03/15 11:51:49 UTC

svn commit: r637391 - /webservices/axis2/trunk/c/include/axis2_http_transport_utils.h

Author: senaka
Date: Sat Mar 15 03:51:48 2008
New Revision: 637391

URL: http://svn.apache.org/viewvc?rev=637391&view=rev
Log:
Fixing JIRA Issue AXIS2C-1054

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

Modified: webservices/axis2/trunk/c/include/axis2_http_transport_utils.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport_utils.h?rev=637391&r1=637390&r2=637391&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport_utils.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport_utils.h Sat Mar 15 03:51:48 2008
@@ -151,6 +151,11 @@
         axis2_conf_ctx_t * conf_ctx);
 
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
+    axis2_http_transport_utils_get_method_not_allowed(
+        const axutil_env_t * env,
+        axis2_conf_ctx_t * conf_ctx);
+
+    AXIS2_EXTERN axis2_char_t *AXIS2_CALL
 
     axis2_http_transport_utils_get_services_html(
         const axutil_env_t * env,



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