Changeset 1399 in ntrip
- Timestamp:
- Dec 29, 2008, 1:55:58 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r1397 r1399 118 118 bncGetThread* thread = it.next(); 119 119 thread->terminate(); 120 thread->wait(3000);121 120 delete thread; 122 121 } … … 436 435 _threads.removeAll(thread); 437 436 thread->terminate(); 438 thread->wait(3000);439 437 delete thread; 440 438 } -
trunk/BNC/bncgetthread.cpp
r1391 r1399 815 815 //////////////////////////////////////////////////////////////////////////// 816 816 void bncGetThread::exit(int exitCode) { 817 terminate(); 817 818 if (exitCode!= 0) { 818 819 emit error(_staID); … … 820 821 QThread::exit(exitCode); 821 822 terminate(); 823 wait(1000); 822 824 } 823 825
Note:
See TracChangeset
for help on using the changeset viewer.