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 sa...@apache.org on 2005/12/23 06:13:00 UTC

svn commit: r358708 - in /webservices/axis2/trunk/c/include: axis2_conf_ctx.h axis2_msg_ctx.h

Author: samisa
Date: Thu Dec 22 21:12:53 2005
New Revision: 358708

URL: http://svn.apache.org/viewcvs?rev=358708&view=rev
Log:
Fixed AXIS2_CALL appearing in DESCLARE line

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

Modified: webservices/axis2/trunk/c/include/axis2_conf_ctx.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_conf_ctx.h?rev=358708&r1=358707&r2=358708&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_conf_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_conf_ctx.h Thu Dec 22 21:12:53 2005
@@ -171,7 +171,7 @@
     axis2_conf_ctx_ops_t *ops;    
 };
 
-AXIS2_DECLARE(axis2_conf_ctx_t*) AXIS2_CALL create(axis2_env_t **env, struct axis2_conf *conf);
+AXIS2_DECLARE(axis2_conf_ctx_t*) create(axis2_env_t **env, struct axis2_conf *conf);
     
 /************************** Start of function macros **************************/
 

Modified: webservices/axis2/trunk/c/include/axis2_msg_ctx.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_msg_ctx.h?rev=358708&r1=358707&r2=358708&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_ctx.h Thu Dec 22 21:12:53 2005
@@ -578,7 +578,7 @@
 };
 
 
-AXIS2_DECLARE(axis2_msg_ctx_t *) AXIS2_CALL
+AXIS2_DECLARE(axis2_msg_ctx_t *) 
 axis2_msg_ctx_create (axis2_env_t **env,
                         struct axis2_conf_ctx *conf_ctx,
                         struct axis2_transport_in_desc *transport_in_desc,