Author: samisa
Date: Tue Feb 20 02:33:54 2007
New Revision: 509498
URL: http://svn.apache.org/viewvc?view=rev&rev=509498
Log:
A slight change in the sample
Modified:
webservices/sandesha/trunk/c/samples/rm_ping_1_1/rm_ping_1_1.c
Modified: webservices/sandesha/trunk/c/samples/rm_ping_1_1/rm_ping_1_1.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_ping_1_1/rm_ping_1_1.c?view=diff&rev=509498&r1=509497&r2=509498
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_ping_1_1/rm_ping_1_1.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_ping_1_1/rm_ping_1_1.c Tue Feb 20
02:33:54 2007
@@ -171,7 +171,7 @@
status = AXIS2_SVC_CLIENT_SEND_ROBUST(svc_client, env, payload);
if(status)
printf("\nping client invoke SUCCESSFUL!\n");
- AXIS2_SLEEP(2 * MAX_COUNT);
+ AXIS2_SLEEP(4 * MAX_COUNT);
sandesha2_client_terminate_seq_with_svc_client(env, svc_client, NULL,
NULL);
/** Wait till callback is complete. Simply keep the parent thread running
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]