Changeset 764 in ntrip


Ignore:
Timestamp:
Mar 30, 2008, 9:31:02 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r763 r764  
    2525t_bns::t_bns(QObject* parent) : QThread(parent) {
    2626
     27  this->setTerminationEnabled(true);
     28 
    2729  _bnseph = new t_bnseph(parent);
    2830
     
    4547  if (_bnseph) {
    4648    _bnseph->terminate();
    47     _bnseph->wait();
     49    _bnseph->wait(100);
    4850    delete _bnseph;
    4951    _bnseph = 0;
  • trunk/BNS/bnswindow.cpp

    r762 r764  
    286286  _actStop->setEnabled(false);
    287287  _bns->terminate();
    288   _bns->wait();
     288  _bns->wait(100);
    289289  delete _bns;
    290290  _bns = 0;
Note: See TracChangeset for help on using the changeset viewer.