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:22:24 UTC

svn commit: r358713 - in /webservices/axis2/trunk/c/include: axis2_http_transport_sender.h axis2_soap_over_http_sender.h

Author: samisa
Date: Thu Dec 22 21:22:17 2005
New Revision: 358713

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

Modified:
    webservices/axis2/trunk/c/include/axis2_http_transport_sender.h
    webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h

Modified: webservices/axis2/trunk/c/include/axis2_http_transport_sender.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_http_transport_sender.h?rev=358713&r1=358712&r2=358713&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport_sender.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport_sender.h Thu Dec 22 21:22:17 2005
@@ -79,7 +79,7 @@
 };
 
 
-AXIS2_DECLARE(axis2_http_transport_sender_t *) AXIS2_CALL
+AXIS2_DECLARE(axis2_http_transport_sender_t *) 
 axis2_http_transport_sender_create (axis2_env_t **env);
 
 /************************** Start of function macros **************************/

Modified: webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h?rev=358713&r1=358712&r2=358713&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h (original)
+++ webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h Thu Dec 22 21:22:17 2005
@@ -96,7 +96,7 @@
 };
 
 
-axis2_soap_over_http_sender_t * AXIS2_CALL 
+AXIS2_DECLARE(axis2_soap_over_http_sender_t *) 
 axis2_soap_over_http_sender_create(axis2_env_t **env);
 
 /********************* Start of function macros	***************************/