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

Modified Files:
      Tag: RC_1_34_0
        tss_pe.cpp 
Log Message:
undone accidental commit

Index: tss_pe.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/src/tss_pe.cpp,v
retrieving revision 1.3.10.2
retrieving revision 1.3.10.3
diff -u -d -r1.3.10.2 -r1.3.10.3
--- tss_pe.cpp  9 May 2007 07:02:13 -0000       1.3.10.2
+++ tss_pe.cpp  9 May 2007 07:04:46 -0000       1.3.10.3
@@ -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,7 +151,6 @@
             switch (dwReason)
             {
                 case DLL_THREAD_DETACH:
-                case DLL_PROCESS_DETACH:
                 {
                     on_thread_exit();
                     break;


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