Changeset 764 in ntrip for trunk/BNS/bns.cpp


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

* empty log message *

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.