Author: damitha
Date: Mon Mar 31 03:07:28 2008
New Revision: 642947

URL: http://svn.apache.org/viewvc?rev=642947&view=rev
Log:
Removed a warning

Modified:
    
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c

Modified: 
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c?rev=642947&r1=642946&r2=642947&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c 
(original)
+++ 
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c 
Mon Mar 31 03:07:28 2008
@@ -133,7 +133,7 @@
 sandesha2_make_connection_msg_processor_get_next_msg_to_send(
     const axutil_env_t *env,
     const axis2_char_t *seq_id,
-    axis2_bool_t **pending,
+    axis2_bool_t *pending,
     axis2_char_t *dbname);
 
 static axis2_status_t AXIS2_CALL 
@@ -573,7 +573,7 @@
 sandesha2_make_connection_msg_processor_get_next_msg_to_send(
     const axutil_env_t *env,
     const axis2_char_t *seq_id,
-    axis2_bool_t **pending,
+    axis2_bool_t *pending,
     axis2_char_t *dbname)
 {
     int i = 0;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to