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 sa...@apache.org on 2005/11/16 05:02:18 UTC

svn commit: r344873 - /webservices/axis2/trunk/c/include/axis2_msg_ctx.h

Author: samisa
Date: Tue Nov 15 20:02:14 2005
New Revision: 344873

URL: http://svn.apache.org/viewcvs?rev=344873&view=rev
Log:
Added relates_to

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

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=344873&r1=344872&r2=344873&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_ctx.h Tue Nov 15 20:02:14 2005
@@ -24,6 +24,7 @@
   */
 
 #include <axis2_core.h>
+#include <axis2_relates_to.h>
 
 #ifdef __cplusplus
 extern "C"
@@ -61,7 +62,7 @@
     axis2_bool_t (AXIS2_CALL *is_paused)(axis2_msg_ctx_t *msg_ctx,
                                          axis2_env_t **env); 
     /** TODO change void* to real return type */
-    void* (AXIS2_CALL *get_relates_to)(axis2_msg_ctx_t *msg_ctx,
+    axis2_relates_to_t* (AXIS2_CALL *get_relates_to)(axis2_msg_ctx_t *msg_ctx,
                                          axis2_env_t **env); 
 };