Changeset 2906 in ntrip for trunk/BNC/combination/bnccomb.cpp


Ignore:
Timestamp:
Jan 27, 2011, 2:01:10 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r2903 r2906  
    3535////////////////////////////////////////////////////////////////////////////
    3636void bncComb::processCorrLine(const QString& staID, const QString& line) {
    37   ///  cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
     37  QMutexLocker locker(&_mutex);
     38
     39///  cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
    3840}
    3941
Note: See TracChangeset for help on using the changeset viewer.