Changeset 1257 for code/branches/console/src/core/TclThreadManager.h
- Timestamp:
- May 12, 2008, 6:33:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/TclThreadManager.h
r1255 r1257 85 85 TclInterpreterBundle* getInterpreterBundle(unsigned int threadID); 86 86 std::string dumpList(const std::list<unsigned int>& list); 87 void error(const std::string& error); 87 88 88 89 void pushCommandToQueue(const std::string& command); … … 113 114 boost::condition fullQueueCondition_; 114 115 boost::condition orxonoxEvalCondition_; 116 boost::thread::id threadID_; 115 117 }; 116 118
Note: See TracChangeset
for help on using the changeset viewer.