- Timestamp:
- Dec 29, 2008, 12:13:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnccaster.cpp ¶
r1391 r1396 118 118 bncGetThread* thread = it.next(); 119 119 thread->terminate(); 120 thread->wait(); 120 thread->wait(1000); 121 121 delete thread; 122 122 } … … 436 436 _threads.removeAll(thread); 437 437 thread->terminate(); 438 thread->wait(); 438 thread->wait(1000); 439 439 delete thread; 440 440 }
Note:
See TracChangeset
for help on using the changeset viewer.