Changeset 5972 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 17, 2014, 1:20:21 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5971 r5972  
    9494  }
    9595
    96   if (!_realTime) {
    97     cout << "t_pppMain::stop RINEX" << endl;
    98     return;
    99   }
    100 
    101   QListIterator<t_pppThread*> it(_pppThreads);
    102   while (it.hasNext()) {
    103     t_pppThread* pppThread = it.next();
    104     pppThread->exit();
     96  if (_realTime) {
     97    QListIterator<t_pppThread*> it(_pppThreads);
     98    while (it.hasNext()) {
     99      t_pppThread* pppThread = it.next();
     100      pppThread->exit();
     101    }
    105102  }
    106103  _pppThreads.clear();
Note: See TracChangeset for help on using the changeset viewer.