- Timestamp:
- Aug 22, 2010, 12:27:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/ThreadPool.cc
r6417 r7200 81 81 } 82 82 83 bool ThreadPool::passFunction( Executor*executor, bool addThread )83 bool ThreadPool::passFunction( const ExecutorPtr& executor, bool addThread ) 84 84 { 85 85 std::vector<Thread*>::iterator it;
Note: See TracChangeset
for help on using the changeset viewer.