Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57316 - sandbox/stm/branches/vbe/boost
From: vicente.botet_at_[hidden]
Date: 2009-11-03 10:56:45


Author: viboes
Date: 2009-11-03 10:56:44 EST (Tue, 03 Nov 2009)
New Revision: 57316
URL: http://svn.boost.org/trac/boost/changeset/57316

Log:
TBoost.STM vbe: Added boost/synchro.hpp file

Added:
   sandbox/stm/branches/vbe/boost/synchro.hpp (contents, props changed)

Added: sandbox/stm/branches/vbe/boost/synchro.hpp
==============================================================================
--- (empty file)
+++ sandbox/stm/branches/vbe/boost/synchro.hpp 2009-11-03 10:56:44 EST (Tue, 03 Nov 2009)
@@ -0,0 +1,25 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Justin E. Gottchlich 2009.
+// (C) Copyright Vicente J. Botet Escriba 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)
+//
+// See http://www.boost.org/libs/stm for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_SYNCHO__HPP
+#define BOOST_SYNCHO__HPP
+
+//-----------------------------------------------------------------------------
+#include <boost/synchro/lockable.hpp>
+#include <boost/synchro/locks.hpp>
+#include <boost/synchro/pthread/mutex.hpp>
+#include <boost/synchro/thread/mutex.hpp>
+#include <boost/synchro/tss.hpp>
+//-----------------------------------------------------------------------------
+
+#endif // BOOST_SYNCHO__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