version 0.3.0
[fms.git] / include / pthreadwrapper.h
diff --git a/include/pthreadwrapper.h b/include/pthreadwrapper.h
deleted file mode 100644 (file)
index 5bad5b5..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/**\r
-       Light C++ wrapper around PThreads\r
-*/\r
-\r
-#ifndef _pthread_wrapper_\r
-\r
-#include <pthread.h>\r
-\r
-namespace PThread\r
-{\r
-\r
-       // forward declarations\r
-       class NonCopyable;\r
-       class Mutex;\r
-       class Guard;\r
-       class Runnable;\r
-       class Thread;\r
-       class ThreadedExecutor;\r
-\r
-}      // namespace\r
-\r
-#include "pthreadwrapper/noncopyable.h"\r
-#include "pthreadwrapper/mutex.h"\r
-#include "pthreadwrapper/guard.h"\r
-#include "pthreadwrapper/runnable.h"\r
-#include "pthreadwrapper/thread.h"\r
-#include "pthreadwrapper/threadedexecutor.h"\r
-#include "pthreadwrapper/singleton.h"\r
-\r
-#endif // _pthread_wrapper_\r