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 2006/09/28 15:14:40 UTC

svn commit: r450845 - /webservices/sandesha/trunk/c/samples/client/rm_ping/rm_ping_client.c

Author: samisa
Date: Thu Sep 28 06:14:39 2006
New Revision: 450845

URL: http://svn.apache.org/viewvc?view=rev&rev=450845
Log:
Removed unwanted logic

Modified:
    webservices/sandesha/trunk/c/samples/client/rm_ping/rm_ping_client.c

Modified: webservices/sandesha/trunk/c/samples/client/rm_ping/rm_ping_client.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/client/rm_ping/rm_ping_client.c?view=diff&rev=450845&r1=450844&r2=450845
==============================================================================
--- webservices/sandesha/trunk/c/samples/client/rm_ping/rm_ping_client.c (original)
+++ webservices/sandesha/trunk/c/samples/client/rm_ping/rm_ping_client.c Thu Sep 28 06:14:39 2006
@@ -132,22 +132,9 @@
     }
      /** Wait till callback is complete. Simply keep the parent thread running
        until our on_complete or on_error is invoked */
-    while(count < MAX_COUNT )
-    {
-        if (is_complete)
-        {
-         /* We are done with the callback */
-         break;
-        }
-        AXIS2_SLEEP(1);
-        count++;
-    }
-    
-    if (!(count < MAX_COUNT))
-    {
-        printf("\nCounter timed out.\n");
-    }
-    
+
+    AXIS2_SLEEP(8);
+   
     if (svc_client)
     {
         AXIS2_SVC_CLIENT_FREE(svc_client, env);



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