thread.hpp 385 B

12345678910111213141516
  1. #ifndef BOOST_THREAD_THREAD_HPP
  2. #define BOOST_THREAD_THREAD_HPP
  3. // thread.hpp
  4. //
  5. // (C) Copyright 2007-8 Anthony Williams
  6. //
  7. // Distributed under the Boost Software License, Version 1.0. (See
  8. // accompanying file LICENSE_1_0.txt or copy at
  9. // http://www.boost.org/LICENSE_1_0.txt)
  10. #include <boost/thread/thread_only.hpp>
  11. #include <boost/thread/detail/thread_group.hpp>
  12. #endif