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 na...@apache.org on 2006/09/18 11:25:56 UTC

svn commit: r447339 - /webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h

Author: nandika
Date: Mon Sep 18 02:25:56 2006
New Revision: 447339

URL: http://svn.apache.org/viewvc?view=rev&rev=447339
Log:
AXIS2_SLEEP macro corrected 

Modified:
    webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h

Modified: webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h?view=diff&rev=447339&r1=447338&r2=447339
==============================================================================
--- webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h (original)
+++ webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h Mon Sep 18 02:25:56 2006
@@ -116,7 +116,7 @@
 
 #define AXIS2_PLATFORM_SLEEP(x) Sleep(0);
 
-#define AXIS2_SLEEP Sleep
+#define AXIS2_SLEEP(x) Sleep((x)*1000)
 #define AXIS2_USLEEP Sleep
 /**
  * Get the last error code from the system.



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