Changeset 2647 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Nov 7, 2010, 4:19:39 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2527 r2647  
    486486        bool firstObs = (obs == _decoder->_obsList.first());
    487487        obs->_status = t_obs::posted;
    488         emit newObs(_staID, firstObs, obs);
     488         if (!_isToBeDeleted) {
     489           emit newObs(_staID, firstObs, obs);
     490         }
    489491      }
    490492      _decoder->_obsList.clear();
Note: See TracChangeset for help on using the changeset viewer.