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 08:26:37 UTC

svn commit: r376583 - /webservices/axis2/trunk/c/include/axis2_handler.h

Author: nandika
Date: Thu Feb  9 23:26:35 2006
New Revision: 376583

URL: http://svn.apache.org/viewcvs?rev=376583&view=rev
Log:
calling convention added to handler create function 

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

Modified: webservices/axis2/trunk/c/include/axis2_handler.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_handler.h?rev=376583&r1=376582&r2=376583&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_handler.h (original)
+++ webservices/axis2/trunk/c/include/axis2_handler.h Thu Feb  9 23:26:35 2006
@@ -129,7 +129,7 @@
         axis2_handler_ops_t *ops;
     } axis2_handler_t;
 
-    typedef axis2_handler_t *(* 
+    typedef axis2_handler_t *(AXIS2_CALL * 
     AXIS2_HANDLER_CREATE_FUNC) (axis2_env_t **env, 
                                 axis2_qname_t *qname);