Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/boost/thread.hpp @ 26

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

added boost

File size: 906 bytes
Line 
1// Copyright (C) 2001-2003
2// William E. Kempf
3//
4// Permission to use, copy, modify, distribute and sell this software
5// and its documentation for any purpose is hereby granted without fee,
6// provided that the above copyright notice appear in all copies and
7// that both that copyright notice and this permission notice appear
8// in supporting documentation.  William E. Kempf makes no representations
9// about the suitability of this software for any purpose.
10// It is provided "as is" without express or implied warranty.
11
12#if !defined(BOOST_THREAD_WEK01082003_HPP)
13#define BOOST_THREAD_WEK01082003_HPP
14
15#include <boost/thread/thread.hpp>
16#include <boost/thread/condition.hpp>
17#include <boost/thread/exceptions.hpp>
18#include <boost/thread/mutex.hpp>
19#include <boost/thread/once.hpp>
20#include <boost/thread/recursive_mutex.hpp>
21#include <boost/thread/tss.hpp>
22#include <boost/thread/xtime.hpp>
23
24#endif
Note: See TracBrowser for help on using the repository browser.