Changeset 9191 in ntrip
- Timestamp:
- Oct 30, 2020, 12:32:15 PM (4 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r9131 r9191 408 408 } 409 409 410 #ifdef BNC_DEBUG410 //#ifdef BNC_DEBUG 411 411 if (BNC_CORE->mode() != t_bncCore::interactive) { 412 412 while (!isFinished()) { … … 419 419 } 420 420 } 421 #else422 if (!isRunning()) {delete this;}423 #endif421 //#else 422 // if (!isRunning()) {delete this;} 423 //#endif 424 424 425 425 } … … 473 473 BNC_CORE->stopCombination(); 474 474 BNC_CORE->stopPPP(); 475 sleep( 1);475 sleep(2); 476 476 ::exit(0); 477 477 } -
trunk/BNC/src/bncmain.cpp
r9184 r9191 63 63 BNC_CORE->stopCombination(); 64 64 BNC_CORE->stopPPP(); 65 //sleep(1);65 sleep(2); 66 66 ::exit(0); 67 67 } -
trunk/BNC/src/pppMain.cpp
r9158 r9191 103 103 t_pppThread* pppThread = it.next(); 104 104 pppThread->exit(); 105 #ifdef BNC_DEBUG105 //#ifdef BNC_DEBUG 106 106 if (BNC_CORE->mode() != t_bncCore::interactive) { 107 107 while(!pppThread->isFinished()) { … … 110 110 delete pppThread; 111 111 } 112 #endif112 //#endif 113 113 } 114 114 _pppThreads.clear();
Note:
See TracChangeset
for help on using the changeset viewer.