Author: damitha
Date: Thu Sep 14 22:09:08 2006
New Revision: 446522
URL: http://svn.apache.org/viewvc?view=rev&rev=446522
Log:
Some bug fixes
Modified:
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
webservices/sandesha/trunk/c/src/workers/in_order_invoker.c
webservices/sandesha/trunk/c/src/workers/sender.c
Modified:
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c?view=diff&rev=446522&r1=446521&r2=446522
==============================================================================
---
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
(original)
+++
webservices/sandesha/trunk/c/samples/client/rm_echo_blocking/rm_echo_blocking.c
Thu Sep 14 22:09:08 2006
@@ -103,9 +103,9 @@
AXIS2_SVC_CLIENT_ENGAGE_MODULE(svc_client, env, "sandesha2");
/* Build the SOAP request message payload using OM API.*/
- payload = build_om_payload_for_echo_svc(env, "echo1");
+ /*payload = build_om_payload_for_echo_svc(env, "echo1");
AXIS2_SVC_CLIENT_SEND_RECEIVE(svc_client, env, payload);
- AXIS2_SLEEP(2);
+ AXIS2_SLEEP(2);*/
/* Build the SOAP request message payload using OM API.*/
payload2 = build_om_payload_for_echo_svc(env, "echo2");
Modified: webservices/sandesha/trunk/c/src/workers/in_order_invoker.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/in_order_invoker.c?view=diff&rev=446522&r1=446521&r2=446522
==============================================================================
--- webservices/sandesha/trunk/c/src/workers/in_order_invoker.c (original)
+++ webservices/sandesha/trunk/c/src/workers/in_order_invoker.c Thu Sep 14
22:09:08 2006
@@ -27,7 +27,7 @@
#include <axis2_addr.h>
#include <axis2_engine.h>
#include <stdio.h>
-#include <axis2_platform_auto_sense.h>
+#include <platforms/axis2_platform_auto_sense.h>
/**
Modified: webservices/sandesha/trunk/c/src/workers/sender.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/sender.c?view=diff&rev=446522&r1=446521&r2=446522
==============================================================================
--- webservices/sandesha/trunk/c/src/workers/sender.c (original)
+++ webservices/sandesha/trunk/c/src/workers/sender.c Thu Sep 14 22:09:08 2006
@@ -35,7 +35,7 @@
#include <sandesha2_terminate_seq.h>
#include <sandesha2_terminate_mgr.h>
#include <sandesha2_msg_retrans_adjuster.h>
-#include <axis2_platform_auto_sense.h>
+#include <platforms/axis2_platform_auto_sense.h>
/**
* @brief Sender struct impl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]