Changeset 1276 for code/branches/console/src/core/TclThreadManager.h
- Timestamp:
- May 15, 2008, 1:05:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/TclThreadManager.h
r1269 r1276 73 73 74 74 static unsigned int create(); 75 static unsigned int createID(unsigned int threadID); 75 76 static void destroy(unsigned int threadID); 76 77 static void execute(unsigned int threadID, const std::string& command); … … 89 90 std::string dumpList(const std::list<unsigned int>& list); 90 91 void error(const std::string& error); 92 void debug(const std::string& error); 91 93 92 94 void pushCommandToQueue(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.