OSDN Git Service

thread move: multitask -> parallel
authormyun2 <myun2@nwhite.info>
Sun, 9 Sep 2012 11:19:20 +0000 (20:19 +0900)
committermyun2 <myun2@nwhite.info>
Sun, 9 Sep 2012 11:19:50 +0000 (20:19 +0900)
roast/include/roast/parallel/thread/thread.hpp [moved from roast/include/roast/multitask/thread/thread.hpp with 100% similarity]
roast/include/roast/parallel/thread/thread_manager.hpp [moved from roast/include/roast/multitask/thread/thread_manager.hpp with 100% similarity]
roast/include/roast/parallel/thread/thread_pool.hpp [moved from roast/include/roast/multitask/thread/thread_pool.hpp with 100% similarity]
roast/include/roast/std/thread.hpp

index c51a68b..666c060 100644 (file)
@@ -6,6 +6,6 @@
 #define __SFJP_ROAST__std__thread_HPP__
 
 //#include "roast/std/thread/thread.hpp"
-#include "roast/multitask/thread/thread.hpp"
+#include "roast/parallel/thread/thread.hpp"
 
 #endif//__SFJP_ROAST__std__thread_HPP__