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 2006/02/10 05:51:28 UTC

svn commit: r376546 - /webservices/axis2/trunk/c/modules/core/clientapi/stub.c

Author: nandika
Date: Thu Feb  9 20:51:27 2006
New Revision: 376546

URL: http://svn.apache.org/viewcvs?rev=376546&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/stub.c

Modified: webservices/axis2/trunk/c/modules/core/clientapi/stub.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/stub.c?rev=376546&r1=376545&r2=376546&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/stub.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/stub.c Thu Feb  9 20:51:27 2006
@@ -168,7 +168,7 @@
 
 /************************** End of function prototypes ************************/
 
-axis2_stub_t *AXIS2_CALL 
+AXIS2_DECLARE(axis2_stub_t *) 
 axis2_stub_create (axis2_env_t **env)
 {
     axis2_stub_impl_t *stub_impl = NULL;
@@ -256,7 +256,7 @@
 	return &(stub_impl->stub);
 }
 
-axis2_stub_t * AXIS2_CALL 
+AXIS2_DECLARE(axis2_stub_t *) 
 axis2_stub_create_with_endpoint_ref_and_client_home (axis2_env_t **env,
                                         axis2_endpoint_ref_t *endpoint_ref,
                                         axis2_char_t *client_home)
@@ -288,7 +288,7 @@
     return &(stub_impl->stub);
 }
 
-axis2_stub_t * AXIS2_CALL 
+AXIS2_DECLARE(axis2_stub_t *) 
 axis2_stub_create_with_endpoint_uri_and_client_home (axis2_env_t **env,
                                         axis2_char_t *endpoint_uri,
                                         axis2_char_t *client_home)