1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/thread.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,19 @@
1.4 +// Copyright (C) 2001-2003
1.5 +// William E. Kempf
1.6 +//
1.7 +// Distributed under the Boost Software License, Version 1.0. (See accompanying
1.8 +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1.9 +
1.10 +#if !defined(BOOST_THREAD_WEK01082003_HPP)
1.11 +#define BOOST_THREAD_WEK01082003_HPP
1.12 +
1.13 +#include <boost/thread/thread.hpp>
1.14 +#include <boost/thread/condition.hpp>
1.15 +#include <boost/thread/exceptions.hpp>
1.16 +#include <boost/thread/mutex.hpp>
1.17 +#include <boost/thread/once.hpp>
1.18 +#include <boost/thread/recursive_mutex.hpp>
1.19 +#include <boost/thread/tss.hpp>
1.20 +#include <boost/thread/xtime.hpp>
1.21 +
1.22 +#endif