You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/02/06 08:43:52 UTC

svn commit: r504016 - in /webservices/sandesha/trunk/c: include/sandesha2_constants.h samples/rm_echo/Makefile.am samples/rm_echo/rm_echo.c samples/rm_echo/rm_echo_client.c samples/rm_echo_1_1/rm_echo_1_1.c

Author: damitha
Date: Mon Feb  5 23:43:50 2007
New Revision: 504016

URL: http://svn.apache.org/viewvc?view=rev&rev=504016
Log:
renamed rm_echo/rm_echo_client.c to rm_echo/rm_echo.c.


Added:
    webservices/sandesha/trunk/c/samples/rm_echo/rm_echo.c
      - copied, changed from r502525, webservices/sandesha/trunk/c/samples/rm_echo/rm_echo_client.c
Removed:
    webservices/sandesha/trunk/c/samples/rm_echo/rm_echo_client.c
Modified:
    webservices/sandesha/trunk/c/include/sandesha2_constants.h
    webservices/sandesha/trunk/c/samples/rm_echo/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c

Modified: webservices/sandesha/trunk/c/include/sandesha2_constants.h
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_constants.h?view=diff&rev=504016&r1=504015&r2=504016
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_constants.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_constants.h Mon Feb  5 23:43:50 2007
@@ -411,7 +411,7 @@
 
 	#define SANDESHA2_INVOKER_SLEEP_TIME  6  /*6 2 */
 
-	#define SANDESHA2_SENDER_SLEEP_TIME  1  /*6 4 */
+	#define SANDESHA2_SENDER_SLEEP_TIME  4  /*6 4 */
 
     #define SANDESHA2_POLLING_MANAGER_WAIT_TIME 3 /* 12 4 */
 

Modified: webservices/sandesha/trunk/c/samples/rm_echo/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo/Makefile.am?view=diff&rev=504016&r1=504015&r2=504016
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo/Makefile.am Mon Feb  5 23:43:50 2007
@@ -1,8 +1,8 @@
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = rm_echo
 samplesdir=$(prefix)/samples/client/rm_echo
-samples_DATA=rm_echo_client.c Makefile.am Makefile.in
-rm_echo_SOURCES = rm_echo_client.c echo_util.c
+samples_DATA=rm_echo.c Makefile.am Makefile.in
+rm_echo_SOURCES = rm_echo.c echo_util.c
 
 rm_echo_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \

Copied: webservices/sandesha/trunk/c/samples/rm_echo/rm_echo.c (from r502525, webservices/sandesha/trunk/c/samples/rm_echo/rm_echo_client.c)
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo/rm_echo.c?view=diff&rev=504016&p1=webservices/sandesha/trunk/c/samples/rm_echo/rm_echo_client.c&r1=502525&p2=webservices/sandesha/trunk/c/samples/rm_echo/rm_echo.c&r2=504016
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo/rm_echo_client.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo/rm_echo.c Mon Feb  5 23:43:50 2007
@@ -206,7 +206,7 @@
                 property);
         }
     }
-    /*payload = build_om_payload_for_echo_svc(env, "echo1", "sequence1");
+    payload = build_om_payload_for_echo_svc(env, "echo1", "sequence1");
     callback = axis2_callback_create(env);
     AXIS2_CALLBACK_SET_ON_COMPLETE(callback, rm_echo_callback_on_complete);
     AXIS2_CALLBACK_SET_ON_ERROR(callback, rm_echo_callback_on_error);
@@ -221,7 +221,7 @@
     AXIS2_CALLBACK_SET_ON_ERROR(callback2, rm_echo_callback_on_error);
     sandesha2_client_send_non_blocking(env, svc_client, options, NULL, callback2, payload, 
             listener_manager);
-    wait_on_callback(env, callback2);*/
+    wait_on_callback(env, callback2);
 
     callback3 = axis2_callback_create(env);
     AXIS2_CALLBACK_SET_ON_COMPLETE(callback3, rm_echo_callback_on_complete);

Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c?view=diff&rev=504016&r1=504015&r2=504016
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c Mon Feb  5 23:43:50 2007
@@ -29,7 +29,7 @@
 #include <sandesha2_client.h>
 #include <axis2_addr.h>
 
-#define SANDESHA2_MAX_COUNT 40
+#define SANDESHA2_MAX_COUNT 10
 
 /* on_complete callback function */
 axis2_status_t AXIS2_CALL



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