Changeset 3231 for code/branches/netp6/src/core/ThreadPool.h
- Timestamp:
- Jun 23, 2009, 9:59:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/src/core/ThreadPool.h
r3230 r3231 30 30 #define _ThreadPool_H__ 31 31 32 #include "CorePrereqs.h" 33 32 34 #include <vector> 33 34 35 #include "Thread.h" 35 36 36 37 namespace orxonox 37 38 { 38 39 class ThreadPool 39 class _CoreExport ThreadPool 40 40 { 41 41 public: … … 51 51 52 52 private: 53 std::vector<Thread> 53 std::vector<Thread> threadPool_; 54 54 55 55 }; 56 57 56 } 58 57 59 60 #endif 58 #endif /* _ThreadPool_H__ */
Note: See TracChangeset
for help on using the changeset viewer.