Author: damitha
Date: Mon Sep 1 03:04:08 2008
New Revision: 690932
URL: http://svn.apache.org/viewvc?rev=690932&view=rev
Log:
Removed worker code which is obsolete now
Modified:
webservices/sandesha/trunk/c/include/sandesha2_utils.h
webservices/sandesha/trunk/c/src/core/Makefile.am
webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c
webservices/sandesha/trunk/c/src/util/property_mgr.c
webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
webservices/sandesha/trunk/c/src/util/terminate_mgr.c
Modified: webservices/sandesha/trunk/c/include/sandesha2_utils.h
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_utils.h?rev=690932&r1=690931&r2=690932&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_utils.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_utils.h Mon Sep 1 03:04:08
2008
@@ -104,11 +104,11 @@
axutil_array_list_t *list,
int type);
-AXIS2_EXTERN axis2_status_t AXIS2_CALL
+/*AXIS2_EXTERN axis2_status_t AXIS2_CALL
sandesha2_utils_start_invoker_for_seq(
const axutil_env_t *env,
axis2_conf_ctx_t *conf_ctx,
- axis2_char_t *seq_id);
+ axis2_char_t *seq_id);*/
AXIS2_EXTERN axis2_status_t AXIS2_CALL
sandesha2_utils_start_sender_for_seq(
Modified: webservices/sandesha/trunk/c/src/core/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/core/Makefile.am?rev=690932&r1=690931&r2=690932&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/core/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/core/Makefile.am Mon Sep 1 03:04:08 2008
@@ -16,7 +16,6 @@
../storage/sqlite/libsandesha2_permanent.la\
../transport/libsandesha2_transport.la\
../util/libsandesha_util.la\
- ../workers/libsandesha2_workers.la\
../wsrm/libsandesha2_wsrm.la \
../polling/libsandesha2_polling.la
Modified: webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c?rev=690932&r1=690931&r2=690932&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
(original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c Mon Sep
1 03:04:08 2008
@@ -993,7 +993,7 @@
SANDESHA2_APPLICATION_PROCESSING_DONE, property);
sandesha2_msg_ctx_set_paused(rm_msg_ctx, env, AXIS2_TRUE);
/* Start the invoker if stopped */
- sandesha2_utils_start_invoker_for_seq(env, conf_ctx, rmd_sequence_id);
+ /*sandesha2_utils_start_invoker_for_seq(env, conf_ctx,
rmd_sequence_id);*/
}
if(!sandesha2_app_msg_processor_send_ack_if_reqd(env, rm_msg_ctx,
msgs_str, rmd_sequence_id, storage_mgr,
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=690932&r1=690931&r2=690932&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 Sep 1 03:04:08 2008
@@ -30,7 +30,6 @@
#include <sandesha2_spec_specific_consts.h>
#include <sandesha2_address.h>
#include <sandesha2_identifier.h>
-#include <sandesha2_sender_worker.h>
#include <sandesha2_msg_pending.h>
#include <sandesha2_msg_init.h>
#include <sandesha2_sender_bean.h>
Modified: webservices/sandesha/trunk/c/src/util/property_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/property_mgr.c?rev=690932&r1=690931&r2=690932&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/property_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/util/property_mgr.c Mon Sep 1 03:04:08
2008
@@ -19,7 +19,6 @@
#include <axutil_param.h>
#include <sandesha2_constants.h>
#include <sandesha2_error.h>
-#include <sandesha2_sender.h>
#include <axutil_string.h>
#include <axis2_conf.h>
#include <axutil_property.h>
Modified: webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/sandesha2_utils.c?rev=690932&r1=690931&r2=690932&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Mon Sep 1 03:04:08
2008
@@ -16,11 +16,9 @@
#include <sandesha2_utils.h>
#include <sandesha2_constants.h>
-#include <sandesha2_in_order_invoker.h>
#include <sandesha2_transport_sender.h>
#include <sandesha2_seq_property_mgr.h>
#include <sandesha2_error.h>
-#include <sandesha2_sender.h>
#include <sandesha2_seq.h>
#include <sandesha2_seq_ack.h>
#include <sandesha2_ack_requested.h>
@@ -328,7 +326,7 @@
}
-AXIS2_EXTERN axis2_status_t AXIS2_CALL
+/*AXIS2_EXTERN axis2_status_t AXIS2_CALL
sandesha2_utils_start_invoker_for_seq(
const axutil_env_t *env,
axis2_conf_ctx_t *conf_ctx,
@@ -357,7 +355,7 @@
status = sandesha2_in_order_invoker_run_for_seq(invoker, env, conf_ctx,
seq_id);
return status;
-}
+}*/
AXIS2_EXTERN axis2_status_t AXIS2_CALL
sandesha2_utils_start_sender_for_seq(
Modified: webservices/sandesha/trunk/c/src/util/terminate_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/terminate_mgr.c?rev=690932&r1=690931&r2=690932&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/terminate_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/util/terminate_mgr.c Mon Sep 1 03:04:08
2008
@@ -27,7 +27,6 @@
#include <sandesha2_seq_property_mgr.h>
#include <sandesha2_create_seq_mgr.h>
#include <sandesha2_sender_mgr.h>
-#include <sandesha2_sender_worker.h>
#include <sandesha2_sender_bean.h>
#include <sandesha2_msg_init.h>
#include <axutil_string.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]