Changeset 2866 in ntrip


Ignore:
Timestamp:
Jan 22, 2011, 1:00:45 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2865 r2866  
    733733  QMutexLocker locker(&_mutex);
    734734
     735  // Combination of Corrections
     736  // --------------------------
     737  if (_bncComb) {
     738    _bncComb->processCorrLine(staID, line);
     739  }
     740
    735741  bncSettings settings;
    736742  _waitCoTime    = settings.value("corrTime").toInt();
     
    754760    emit( newMessage(line.toAscii(), true) );
    755761    return;
    756   }
    757 
    758   // Combination of Corrections
    759   // --------------------------
    760   if (_bncComb) {
    761     _bncComb->processCorrLine(staID, line);
    762762  }
    763763
Note: See TracChangeset for help on using the changeset viewer.