Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69012 - in sandbox/async/boost/tp: . detail
From: vicente.botet_at_[hidden]
Date: 2011-02-18 18:31:10


Author: viboes
Date: 2011-02-18 18:31:08 EST (Fri, 18 Feb 2011)
New Revision: 69012
URL: http://svn.boost.org/trac/boost/changeset/69012

Log:
TP
Text files modified:
   sandbox/async/boost/tp/detail/callable.hpp | 6 ++++--
   sandbox/async/boost/tp/pool.hpp | 6 ++++--
   sandbox/async/boost/tp/task.hpp | 6 ++++--
   3 files changed, 12 insertions(+), 6 deletions(-)

Modified: sandbox/async/boost/tp/detail/callable.hpp
==============================================================================
--- sandbox/async/boost/tp/detail/callable.hpp (original)
+++ sandbox/async/boost/tp/detail/callable.hpp 2011-02-18 18:31:08 EST (Fri, 18 Feb 2011)
@@ -1,11 +1,13 @@
-// Copyright (c) 2008 Oliver Kowalke. Distributed under the Boost
+// Copyright (c) 2008 Oliver Kowalke.
+// Copyright (c) 2011 Vicente J. Botet Escriba.
+// Distributed under the Boost
 // Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_TP_DETAIL_CALLABLE_H
 #define BOOST_TP_DETAIL_CALLABLE_H
 
-#include <boost/future.hpp>
+#include <boost/thread/future.hpp>
 
 #include <boost/thread/detail/move.hpp>
 

Modified: sandbox/async/boost/tp/pool.hpp
==============================================================================
--- sandbox/async/boost/tp/pool.hpp (original)
+++ sandbox/async/boost/tp/pool.hpp 2011-02-18 18:31:08 EST (Fri, 18 Feb 2011)
@@ -1,4 +1,6 @@
-// Copyright (c) 2008 Oliver Kowalke. Distributed under the Boost
+// Copyright (c) 2008 Oliver Kowalke.
+// Copyright (c) 2011 Vicente J. Botet Escriba.
+// Distributed under the Boost
 // Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
@@ -10,7 +12,7 @@
 #include <utility>
 #include <vector>
 
-#include <boost/future.hpp>
+#include <boost/thread/future.hpp>
 
 #include <boost/assert.hpp>
 #include <boost/bind.hpp>

Modified: sandbox/async/boost/tp/task.hpp
==============================================================================
--- sandbox/async/boost/tp/task.hpp (original)
+++ sandbox/async/boost/tp/task.hpp 2011-02-18 18:31:08 EST (Fri, 18 Feb 2011)
@@ -1,11 +1,13 @@
-// Copyright (c) 2008 Oliver Kowalke. Distributed under the Boost
+// Copyright (c) 2008 Oliver Kowalke.
+// Copyright (c) 2011 Vicente J. Botet Escriba.
+// Distributed under the Boost
 // Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_TP_TASK_H
 #define BOOST_TP_TASK_H
 
-#include <boost/future.hpp>
+#include <boost/thread/future.hpp>
 #include <boost/thread/thread_time.hpp>
 
 #include <boost/tp/detail/interrupter.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk