Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59704 - in sandbox/stm/branches/vbe/boost: . synchro
From: vicente.botet_at_[hidden]
Date: 2010-02-16 15:33:17


Author: viboes
Date: 2010-02-16 15:33:17 EST (Tue, 16 Feb 2010)
New Revision: 59704
URL: http://svn.boost.org/trac/boost/changeset/59704

Log:
Boost.STM/vbe:
* move syncho.hpp file
Added:
   sandbox/stm/branches/vbe/boost/synchro/synchro.hpp (contents, props changed)
Text files modified:
   sandbox/stm/branches/vbe/boost/synchro.hpp | 6 +-----
   1 files changed, 1 insertions(+), 5 deletions(-)

Modified: sandbox/stm/branches/vbe/boost/synchro.hpp
==============================================================================
--- sandbox/stm/branches/vbe/boost/synchro.hpp (original)
+++ sandbox/stm/branches/vbe/boost/synchro.hpp 2010-02-16 15:33:17 EST (Tue, 16 Feb 2010)
@@ -15,11 +15,7 @@
 #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>
+#include <boost/synchro/synchro.hpp>
 //-----------------------------------------------------------------------------
 
 #endif // BOOST_SYNCHO__HPP

Added: sandbox/stm/branches/vbe/boost/synchro/synchro.hpp
==============================================================================
--- (empty file)
+++ sandbox/stm/branches/vbe/boost/synchro/synchro.hpp 2010-02-16 15:33:17 EST (Tue, 16 Feb 2010)
@@ -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_SYNCHRO__HPP
+#define BOOST_SYNCHO_SYNCHRO__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