Rudiments
thread.h
1 // Copyright (c) 2004 David Muse
2 // See the COPYING file for more information.
3 
4 #ifndef RUDIMENTS_THREAD_H
5 #define RUDIMENTS_THREAD_H
6 
7 #include <rudiments/private/thread.h>
8 
9 #ifdef RUDIMENTS_NAMESPACE
10 namespace rudiments {
11 #endif
12 
13 // @cond
14 
15 class threadprivate;
16 
17 // pthread wrapper
18 class RUDIMENTS_DLLSPEC thread {
19  public:
20 
21  #include <rudiments/private/thread.h>
22 };
23 
24 // @endcond
25 
26 #ifdef RUDIMENTS_NAMESPACE
27 }
28 #endif
29 
30 #endif