Changeset 1337 for code/branches/console/src/core/TclThreadManager.h
- Timestamp:
- May 20, 2008, 7:08:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/TclThreadManager.h
r1276 r1337 36 36 #include <boost/thread/mutex.hpp> 37 37 #include <boost/thread/condition.hpp> 38 #include <boost/thread/thread.hpp> 38 39 39 40 #include "CorePrereqs.h" … … 119 120 boost::condition fullQueueCondition_; 120 121 boost::condition orxonoxEvalCondition_; 122 #if (BOOST_VERSION >= 103500) 121 123 boost::thread::id threadID_; 124 #else 125 boost::thread threadID_; 126 #endif 122 127 }; 123 128
Note: See TracChangeset
for help on using the changeset viewer.