Changeset 1399 in ntrip for trunk/BNC/bnccaster.cpp
- Timestamp:
- Dec 29, 2008, 1:55:58 PM (16 years ago)
- File:
-
- 1 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 }
Note:
See TracChangeset
for help on using the changeset viewer.