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