Changeset 5793 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 4, 2014, 4:35:46 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.cpp

    r5792 r5793  
    161161void t_pppRun::slotNewObs(QByteArray staID, QList<t_obs> obsList) {
    162162  QMutexLocker locker(&_mutex);
    163 
    164   cout << endl << "slotNewObs " << staID.data() << ' ' << obsList.size() << endl;
    165163
    166164  if (string(staID.data()) != _opt->_roverName) {
Note: See TracChangeset for help on using the changeset viewer.