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/04/07 07:15:31 UTC

svn commit: r392188 - in /webservices/axis2/trunk/c: include/axis2_callback.h modules/xml/schema/

Author: nandika
Date: Thu Apr  6 22:15:29 2006
New Revision: 392188

URL: http://svn.apache.org/viewcvs?rev=392188&view=rev
Log:
schema folder added 

Added:
    webservices/axis2/trunk/c/modules/xml/schema/
Modified:
    webservices/axis2/trunk/c/include/axis2_callback.h

Modified: webservices/axis2/trunk/c/include/axis2_callback.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_callback.h?rev=392188&r1=392187&r2=392188&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_callback.h (original)
+++ webservices/axis2/trunk/c/include/axis2_callback.h Thu Apr  6 22:15:29 2006
@@ -41,11 +41,13 @@
 typedef struct axis2_callback_ops axis2_callback_ops_t;
 typedef struct axis2_callback axis2_callback_t; 
 
-typedef axis2_status_t(*on_complete_func_ptr)
-	(struct axis2_callback *, axis2_env_t **);
+typedef axis2_status_t (AXIS2_CALL *
+        on_complete_func_ptr)(struct axis2_callback *, 
+	                          axis2_env_t **);
 
-typedef axis2_status_t(*on_error_func_ptr)(struct axis2_callback *,
-	axis2_env_t **, int);
+typedef axis2_status_t (AXIS2_CALL *
+        on_error_func_ptr)(struct axis2_callback *,
+	                       axis2_env_t **, int);
     
 /** 
  * @brief Message Context ops struct