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/06/10 18:31:56 UTC

svn commit: r666183 - in /webservices/axis2/trunk/c: include/axis2_core_utils.h src/core/util/core_utils.c

Author: nandika
Date: Tue Jun 10 09:31:56 2008
New Revision: 666183

URL: http://svn.apache.org/viewvc?rev=666183&view=rev
Log:
AXIS2_EXTERN added to the axis2_core_utils_get_rest_op_with_method_and_location

Modified:
    webservices/axis2/trunk/c/include/axis2_core_utils.h
    webservices/axis2/trunk/c/src/core/util/core_utils.c

Modified: webservices/axis2/trunk/c/include/axis2_core_utils.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_core_utils.h?rev=666183&r1=666182&r2=666183&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_core_utils.h (original)
+++ webservices/axis2/trunk/c/include/axis2_core_utils.h Tue Jun 10 09:31:56 2008
@@ -82,7 +82,7 @@
         axis2_char_t * module_ver,
         axis2_char_t * current_def_ver);
 
-	axis2_op_t *AXIS2_CALL
+	AXIS2_EXTERN axis2_op_t *AXIS2_CALL
 	axis2_core_utils_get_rest_op_with_method_and_location(
 		const axis2_svc_t * svc,
 		const axutil_env_t * env,

Modified: webservices/axis2/trunk/c/src/core/util/core_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/util/core_utils.c?rev=666183&r1=666182&r2=666183&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/util/core_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/util/core_utils.c Tue Jun 10 09:31:56 2008
@@ -424,7 +424,7 @@
 }
 
 
-axis2_op_t *AXIS2_CALL
+AXIS2_EXTERN axis2_op_t *AXIS2_CALL
 axis2_core_utils_get_rest_op_with_method_and_location(
 	const axis2_svc_t * svc,
 	const axutil_env_t * env,