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 | |
---|
12 | namespace boost { |
---|
13 | |
---|
14 | namespace threads { |
---|
15 | |
---|
16 | namespace mac { |
---|
17 | |
---|
18 | namespace detail { |
---|
19 | |
---|
20 | |
---|
21 | bool thread_init(); |
---|
22 | bool 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.