Update of /cvsroot/boost/boost/libs/thread/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7342/libs/thread/src

Modified Files:
      Tag: RC_1_34_0
        tss_pe.cpp 
Removed Files:
      Tag: RC_1_34_0
        read_write_mutex.cpp 
Log Message:
Removed read_write_mutex source files and header

Index: tss_pe.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/src/tss_pe.cpp,v
retrieving revision 1.3.10.1
retrieving revision 1.3.10.2
diff -u -d -r1.3.10.1 -r1.3.10.2
--- tss_pe.cpp  2 Oct 2006 18:17:26 -0000       1.3.10.1
+++ tss_pe.cpp  9 May 2007 07:02:13 -0000       1.3.10.2
@@ -131,7 +131,7 @@
             //for destructors of global objects, so that
             //shouldn't be a problem.
 
-            atexit(on_thread_exit);
+//             atexit(on_thread_exit);
 
             //Call Boost process entry callback here
 
@@ -151,6 +151,7 @@
             switch (dwReason)
             {
                 case DLL_THREAD_DETACH:
+                case DLL_PROCESS_DETACH:
                 {
                     on_thread_exit();
                     break;

--- read_write_mutex.cpp DELETED ---


-------------------------------------------------------------------------
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

Reply via email to