Changeset 2906 in ntrip


Ignore:
Timestamp:
Jan 27, 2011, 2:01:10 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/combination
Files:
2 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
  • trunk/BNC/combination/bnccomb.h

    r2903 r2906  
    33#define BNCCOMB_H
    44
    5 #include <QtCore>
     5#include "bncephuser.h"
    66
    7 class bncComb : public QObject {
     7class bncComb : public bncEphUser {
    88 Q_OBJECT
    99
Note: See TracChangeset for help on using the changeset viewer.