Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/thread/src/mac/init.hpp @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 599 bytes
Line 
1// (C) Copyright Mac Murrett 2001.
2// Use, modification and distribution are subject to the
3// Boost Software License, Version 1.0. (See accompanying file
4// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6// See http://www.boost.org for most recent version.
7
8#ifndef BOOST_INIT_MJM012402_HPP
9#define BOOST_INIT_MJM012402_HPP
10
11
12namespace boost {
13
14namespace threads {
15
16namespace mac {
17
18namespace detail {
19
20
21bool thread_init();
22bool create_singletons();
23
24
25} // namespace detail
26
27} // namespace mac
28
29} // namespace threads
30
31} // namespace boost
32
33
34#endif // BOOST_INIT_MJM012402_HPP
Note: See TracBrowser for help on using the repository browser.