Changeset 764 in ntrip
- Timestamp:
- Mar 30, 2008, 9:31:02 PM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r763 r764 25 25 t_bns::t_bns(QObject* parent) : QThread(parent) { 26 26 27 this->setTerminationEnabled(true); 28 27 29 _bnseph = new t_bnseph(parent); 28 30 … … 45 47 if (_bnseph) { 46 48 _bnseph->terminate(); 47 _bnseph->wait( );49 _bnseph->wait(100); 48 50 delete _bnseph; 49 51 _bnseph = 0; -
trunk/BNS/bnswindow.cpp
r762 r764 286 286 _actStop->setEnabled(false); 287 287 _bns->terminate(); 288 _bns->wait( );288 _bns->wait(100); 289 289 delete _bns; 290 290 _bns = 0;
Note:
See TracChangeset
for help on using the changeset viewer.