Changeset 1399 in ntrip


Ignore:
Timestamp:
Dec 29, 2008, 1:55:58 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1397 r1399  
    118118    bncGetThread* thread = it.next();
    119119    thread->terminate();
    120     thread->wait(3000);
    121120    delete thread;
    122121  }
     
    436435      _threads.removeAll(thread);
    437436      thread->terminate();
    438       thread->wait(3000);
    439437      delete thread;
    440438    }
  • trunk/BNC/bncgetthread.cpp

    r1391 r1399  
    815815////////////////////////////////////////////////////////////////////////////
    816816void bncGetThread::exit(int exitCode) {
     817  terminate();
    817818  if (exitCode!= 0) {
    818819    emit error(_staID);
     
    820821  QThread::exit(exitCode);
    821822  terminate();
     823  wait(1000);
    822824}
    823825
Note: See TracChangeset for help on using the changeset viewer.