[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sandesha-dev
Subject:    svn commit: r450845 -
From:       samisa () apache ! org
Date:       2006-09-28 13:14:40
Message-ID: 20060928131440.F2B941A981A () eris ! apache ! org
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic