Changeset 762 in ntrip


Ignore:
Timestamp:
Mar 30, 2008, 6:57:18 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r760 r762  
    3737////////////////////////////////////////////////////////////////////////////
    3838t_bns::~t_bns() {
     39  _bnseph->terminate();
     40  _bnseph->wait();
    3941  delete _bnseph;
    4042}
  • trunk/BNS/bnswindow.cpp

    r760 r762  
    285285  _actStart->setEnabled(true);
    286286  _actStop->setEnabled(false);
     287  _bns->terminate();
     288  _bns->wait();
    287289  delete _bns;
    288290  _bns = 0;
Note: See TracChangeset for help on using the changeset viewer.