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 sa...@apache.org on 2007/02/20 11:33:55 UTC

svn commit: r509498 - /webservices/sandesha/trunk/c/samples/rm_ping_1_1/rm_ping_1_1.c

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org