$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50464 - sandbox/interthreads/libs/interthreads/src
From: vicente.botet_at_[hidden]
Date: 2009-01-04 13:03:00
Author: viboes
Date: 2009-01-04 13:03:00 EST (Sun, 04 Jan 2009)
New Revision: 50464
URL: http://svn.boost.org/trac/boost/changeset/50464
Log:
interthreads version 0.2
Adding threader/joiner
Adding Asynchronous Executors fmk
Text files modified: 
   sandbox/interthreads/libs/interthreads/src/thread_keep_alive.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/interthreads/libs/interthreads/src/thread_keep_alive.cpp
==============================================================================
--- sandbox/interthreads/libs/interthreads/src/thread_keep_alive.cpp	(original)
+++ sandbox/interthreads/libs/interthreads/src/thread_keep_alive.cpp	2009-01-04 13:03:00 EST (Sun, 04 Jan 2009)
@@ -142,7 +142,7 @@
 
 
 
-#ifdef BOOST_THREAD_EXT_KEEP_ALIVE_TEST					
+#ifdef BOOST_INTERTHREADS_KEEP_ALIVE_TEST					
         struct in_nb_kills {
                 unsigned 	kills_;
                 in_nb_kills();