You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/03/23 14:06:14 UTC

svn commit: r388163 - /webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c

Author: damitha
Date: Thu Mar 23 05:06:11 2006
New Revision: 388163

URL: http://svn.apache.org/viewcvs?rev=388163&view=rev
Log:
moved sleep to platforms

Modified:
    webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c

Modified: webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c?rev=388163&r1=388162&r2=388163&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo_non_blocking/echo_client.c Thu Mar 23 05:06:11 2006
@@ -149,7 +149,7 @@
         printf("sleep(2) till callback complete\n");
         if (count++ > 10)
             break;
-        sleep(2);
+        AXIS2_SLEEP(2);
     }
 
     /*if (response_ctx)