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 2006/08/06 04:00:52 UTC

svn commit: r429092 - /webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c

Author: samisa
Date: Sat Aug  5 19:00:51 2006
New Revision: 429092

URL: http://svn.apache.org/viewvc?rev=429092&view=rev
Log:
Fixed build break due to incompatible function declaration

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

Modified: webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c?rev=429092&r1=429091&r2=429092&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c Sat Aug  5 19:00:51 2006
@@ -46,7 +46,7 @@
 axis2_callback_recv_add_callback(
     axis2_callback_recv_t *callback_recv, 
     const axis2_env_t *env,
-    axis2_char_t *msg_id, 
+    const axis2_char_t *msg_id, 
     axis2_callback_t *callback);
                                 
 axis2_status_t AXIS2_CALL 
@@ -167,7 +167,7 @@
 axis2_callback_recv_add_callback(
     axis2_callback_recv_t *callback_recv, 
     const axis2_env_t *env,
-    axis2_char_t *msg_id, 
+    const axis2_char_t *msg_id, 
     axis2_callback_t *callback) 
 {
     axis2_callback_recv_impl_t *callback_recv_impl = NULL;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org