Changeset 9250 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 12, 2020, 12:52:50 PM (4 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r9239 r9250 2196 2196 if (iRet == QMessageBox::Yes) { 2197 2197 BNC_CORE->stopPPP(); 2198 if (_mapWin) { 2199 slotMapPPPClosed(); 2200 } 2198 2201 BNC_CORE->stopCombination(); 2199 2202 delete _caster; _caster = 0; BNC_CORE->setCaster(0); -
trunk/BNC/src/latencychecker.cpp
r9126 r9250 322 322 if (_miscIntr > 0 ) { 323 323 t_latency& l = _lObs; 324 l._type = "Observations ";324 l._type = "Observations "; 325 325 QListIterator<t_satObs> it(obsList); 326 326 while (it.hasNext()) { -
trunk/BNC/src/pppMain.cpp
r9191 r9250 103 103 t_pppThread* pppThread = it.next(); 104 104 pppThread->exit(); 105 //#ifdef BNC_DEBUG106 105 if (BNC_CORE->mode() != t_bncCore::interactive) { 107 106 while(!pppThread->isFinished()) { … … 110 109 delete pppThread; 111 110 } 112 //#endif113 111 } 114 112 _pppThreads.clear();
Note:
See TracChangeset
for help on using the changeset viewer.