Author: nandika
Date: Thu Feb 28 01:05:04 2008
New Revision: 631899

URL: http://svn.apache.org/viewvc?rev=631899&view=rev
Log:
compile errors fixed

Modified:
    webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c
    webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c
    
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c

Modified: 
webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c?rev=631899&r1=631898&r2=631899&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c 
(original)
+++ webservices/sandesha/trunk/c/src/handlers/sandesha2_global_in_handler.c Thu 
Feb 28 01:05:04 2008
@@ -81,7 +81,6 @@
     const axis2_char_t *wsa_action = NULL;
     const axis2_char_t *soap_action = NULL;
     axis2_bool_t is_rm_global_msg = AXIS2_FALSE;
-    sandesha2_msg_ctx_t *rm_msg_ctx = NULL;
     AXIS2_PARAM_CHECK(env->error, msg_ctx, AXIS2_FAILURE);
     AXIS2_LOG_TRACE(env->log, AXIS2_LOG_SI,  
         "[sandesha2]Entry:sandesha2_global_in_handler");
@@ -138,7 +137,7 @@
 
                     property = axutil_property_create_with_args(env, 0, 0, 0, 
                         AXIS2_VALUE_TRUE);
-                    axis2_ctx_set_property(msg_ctx, env, 
+                    axis2_msg_ctx_set_property(msg_ctx, env, 
                         SANDESHA2_ISOLATED_LAST_MSG, property);
                 }
             }

Modified: webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c?rev=631899&r1=631898&r2=631899&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c (original)
+++ webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c Thu Feb 28 
01:05:04 2008
@@ -37,6 +37,7 @@
 #include <sandesha2_utils.h>
 #include <sandesha2_seq_ack.h>
 #include <sandesha2_ack_requested.h>
+#include <sandesha2_app_msg_processor.h>
 
 static axis2_status_t AXIS2_CALL
 sandesha2_in_handler_invoke(

Modified: 
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c?rev=631899&r1=631898&r2=631899&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c 
(original)
+++ 
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c 
Thu Feb 28 01:05:04 2008
@@ -178,8 +178,6 @@
     sandesha2_seq_property_bean_t *out_seq_bean = NULL;
     sandesha2_seq_property_bean_t *int_seq_bean = NULL;
     sandesha2_accept_t *accept = NULL;
-    axutil_array_list_t *found_list = NULL;
-    int i = 0, size = 0;
     axis2_op_ctx_t *op_ctx = NULL;
     axis2_bool_t polling_mode = AXIS2_FALSE;
     axis2_char_t *dbname = NULL;



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

Reply via email to