Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51915 - sandbox/synchro/boost/synchro
From: vicente.botet_at_[hidden]
Date: 2009-03-22 18:19:01


Author: viboes
Date: 2009-03-22 18:19:00 EDT (Sun, 22 Mar 2009)
New Revision: 51915
URL: http://svn.boost.org/trac/boost/changeset/51915

Log:
0.3.0 : Adding lock_until/for try_lock_until/for free functions + usage of Boost/Chrono

Added:
   sandbox/synchro/boost/synchro/synchronization_family.hpp (contents, props changed)

Added: sandbox/synchro/boost/synchro/synchronization_family.hpp
==============================================================================
--- (empty file)
+++ sandbox/synchro/boost/synchro/synchronization_family.hpp 2009-03-22 18:19:00 EDT (Sun, 22 Mar 2009)
@@ -0,0 +1,29 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (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)
+//
+// See http://www.boost.org/libs/synchro for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_SYNCHRO_SYNCHROHRONIZATION_FAMILY__HPP
+#define BOOST_SYNCHRO_SYNCHROHRONIZATION_FAMILY__HPP
+
+namespace boost {
+namespace synchro {
+
+//!\file
+//!Describes thread synchronization family to use with Sync framework
+//!based on boost synchronization objects.
+//[synchronization_family
+template <typename ScopeTag>
+struct synchronization_family;
+//]
+
+
+}
+}
+
+#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