Changeset 1560 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Feb 2, 2009, 3:44:56 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1556 r1560  
    250250void bncCaster::slotGetThreadFinished(QByteArray staID) {
    251251  QMutexLocker locker(&_mutex);
     252
     253  QListIterator<bncGetThread*> it(_threads);
     254  while (it.hasNext()) {
     255    bncGetThread* thread = it.next();
     256    if (thread->staID() == staID) {
     257      _threads.removeOne(thread);
     258    }
     259  }
     260
    252261  _staIDs.removeAll(staID);
    253262  emit( newMessage(
Note: See TracChangeset for help on using the changeset viewer.