Rudiments
/home/dmuse/src/rudiments/include/rudiments/thread.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information.
00003 
00004 #ifndef RUDIMENTS_THREAD_H
00005 #define RUDIMENTS_THREAD_H
00006 
00007 #include <rudiments/private/thread.h>
00008 
00009 #ifdef RUDIMENTS_NAMESPACE
00010 namespace rudiments {
00011 #endif
00012 
00013 // @cond
00014 
00015 class threadprivate;
00016 
00017 // pthread wrapper
00018 class RUDIMENTS_DLLSPEC thread {
00019         public:
00020 
00021         #include <rudiments/private/thread.h>
00022 };
00023 
00024 // @endcond
00025 
00026 #ifdef RUDIMENTS_NAMESPACE
00027 }
00028 #endif
00029 
00030 #endif