Update of /cvsroot/boost/boost/boost/thread/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26608
Modified Files:
Tag: thread_rewrite
thread_primitives.hpp
Log Message:
Added timeout constant
Index: thread_primitives.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/thread/win32/Attic/thread_primitives.hpp,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- thread_primitives.hpp 17 Nov 2006 10:45:27 -0000 1.1.2.5
+++ thread_primitives.hpp 9 May 2007 14:37:56 -0000 1.1.2.6
@@ -22,6 +22,7 @@
typedef ULONG_PTR ulong_ptr;
typedef HANDLE handle;
unsigned const infinite=INFINITE;
+ unsigned const timeout=WAIT_TIMEOUT;
using ::CreateMutexA;
using ::CreateEventA;
@@ -58,6 +59,7 @@
# endif
typedef void* handle;
unsigned const infinite=~0U;
+ unsigned const timeout=258U;
extern "C"
{
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs