Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57113 - sandbox/interthreads/boost
From: vicente.botet_at_[hidden]
Date: 2009-10-23 14:17:30


Author: viboes
Date: 2009-10-23 14:17:30 EDT (Fri, 23 Oct 2009)
New Revision: 57113
URL: http://svn.boost.org/trac/boost/changeset/57113

Log:
TBoost.Interthreads: Add boost/interthreads.hpp file
Added:
   sandbox/interthreads/boost/interthreads.hpp (contents, props changed)

Added: sandbox/interthreads/boost/interthreads.hpp
==============================================================================
--- (empty file)
+++ sandbox/interthreads/boost/interthreads.hpp 2009-10-23 14:17:30 EDT (Fri, 23 Oct 2009)
@@ -0,0 +1,33 @@
+#ifndef BOOST_INTERTHREADS__HPP
+#define BOOST_INTERTHREADS__HPP
+
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Roland Schwarz 2006.
+// (C) Copyright Vicente J. Botet Escriba 2008-2009.
+// 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)
+//
+// Extension of the init class of the threadalert library of Roland Schwarz
+//
+// See http://www.boost.org/libs/interthreads for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#include <boost/interthreads/basic_thread_decorator.hpp>
+#include <boost/interthreads/set_once.hpp>
+//#include <boost/interthreads/thread_algo.hpp>
+#include <boost/interthreads/thread_and_join.hpp>
+#include <boost/interthreads/thread_decoration.hpp>
+#include <boost/interthreads/thread_decorator.hpp>
+//#include <boost/interthreads/thread_group_once.hpp>
+#include <boost/interthreads/thread_keep_alive.hpp>
+#include <boost/interthreads/thread_specific_shared_ptr.hpp>
+#include <boost/interthreads/thread_tuple.hpp>
+#include <boost/interthreads/thread_tuple_once.hpp>
+#include <boost/interthreads/threader_decorator.hpp>
+#include <boost/interthreads/wait_thread_decorator.hpp>
+
+#endif
+


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