Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51434 - in sandbox/threadpool/boost: . tp
From: oliver.kowalke_at_[hidden]
Date: 2009-02-24 14:23:57


Author: olli
Date: 2009-02-24 14:23:56 EST (Tue, 24 Feb 2009)
New Revision: 51434
URL: http://svn.boost.org/trac/boost/changeset/51434

Log:
* tp.hpp corrected
* tp,hpp moved to boost dir

Added:
   sandbox/threadpool/boost/tp.hpp (contents, props changed)
Removed:
   sandbox/threadpool/boost/tp/tp.hpp

Added: sandbox/threadpool/boost/tp.hpp
==============================================================================
--- (empty file)
+++ sandbox/threadpool/boost/tp.hpp 2009-02-24 14:23:56 EST (Tue, 24 Feb 2009)
@@ -0,0 +1,23 @@
+// Copyright (c) 2008 Oliver Kowalke. 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_H
+#define BOOST_TP_H
+
+#include <boost/tp/bounded_channel.hpp>
+#include <boost/tp/exceptions.hpp>
+#include <boost/tp/fifo.hpp>
+#include <boost/tp/info.hpp>
+#include <boost/tp/lifo.hpp>
+#include <boost/tp/pool.hpp>
+#include <boost/tp/poolsize.hpp>
+#include <boost/tp/priority.hpp>
+#include <boost/tp/scanns.hpp>
+#include <boost/tp/smart.hpp>
+#include <boost/tp/task.hpp>
+#include <boost/tp/unbounded_channel.hpp>
+#include <boost/tp/watermark.hpp>
+
+#endif // BOOST_TP_H
+

Deleted: sandbox/threadpool/boost/tp/tp.hpp
==============================================================================
--- sandbox/threadpool/boost/tp/tp.hpp 2009-02-24 14:23:56 EST (Tue, 24 Feb 2009)
+++ (empty file)
@@ -1,23 +0,0 @@
-// Copyright (c) 2008 Oliver Kowalke. 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_TP_H
-#define BOOST_TP_TP_H
-
-#include <boost/tp/detail/bounded_channel.hpp>
-#include <boost/tp/detail/exceptions.hpp>
-#include <boost/tp/detail/fifo.hpp>
-#include <boost/tp/detail/info.hpp>
-#include <boost/tp/detail/lifo.hpp>
-#include <boost/tp/detail/pool.hpp>
-#include <boost/tp/detail/poolsize.hpp>
-#include <boost/tp/detail/priority.hpp>
-#include <boost/tp/detail/scanns.hpp>
-#include <boost/tp/detail/smart.hpp>
-#include <boost/tp/detail/task.hpp>
-#include <boost/tp/detail/unbounded_channel.hpp>
-#include <boost/tp/detail/watermark.hpp>
-
-#endif // BOOST_TP_TP_H
-


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