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 na...@apache.org on 2008/05/16 12:54:14 UTC

svn commit: r657014 - /webservices/axis2/trunk/c/include/axis2_msg_ctx.h

Author: nandika
Date: Fri May 16 03:54:14 2008
New Revision: 657014

URL: http://svn.apache.org/viewvc?rev=657014&view=rev
Log:
AXIS2_EXTERN added to rest functions

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

Modified: webservices/axis2/trunk/c/include/axis2_msg_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_msg_ctx.h?rev=657014&r1=657013&r2=657014&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_ctx.h Fri May 16 03:54:14 2008
@@ -804,7 +804,7 @@
      * @return HTTP Method string, returns a reference,
      * not a cloned copy
      */
-    const axis2_char_t *AXIS2_CALL
+    AXIS2_EXTERN const axis2_char_t *AXIS2_CALL
     axis2_msg_ctx_get_rest_http_method(
         const axis2_msg_ctx_t * msg_ctx,
         const axutil_env_t * env);
@@ -818,7 +818,7 @@
      * ownership of rest_http_method.
      * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
      */
-    axis2_status_t AXIS2_CALL
+    AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_ctx_set_rest_http_method(
         struct axis2_msg_ctx * msg_ctx,
         const axutil_env_t * env,
@@ -1456,7 +1456,7 @@
      * arrary list will be freed by the msg_ctx
      * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
      */
-    axis2_status_t AXIS2_CALL
+    AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_ctx_set_supported_rest_http_methods(
         axis2_msg_ctx_t * msg_ctx,
         const axutil_env_t * env,