////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Vicente J. Botet Escriba 2008. 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/sync for documentation. // ////////////////////////////////////////////////////////////////////////////// #ifndef __BOOST_SYNC_THREAD_LOCKS__HPP #define __BOOST_SYNC_THREAD_LOCKS__HPP #include #include namespace boost { namespace sync { template struct lockable_type > { typedef T type; }; template struct lockable_type > { typedef T type; }; template struct lockable_type > { typedef T type; }; } } #endif