Changeset 9191 in ntrip


Ignore:
Timestamp:
Oct 30, 2020, 12:32:15 PM (3 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r9131 r9191  
    408408  }
    409409
    410 #ifdef BNC_DEBUG
     410//#ifdef BNC_DEBUG
    411411  if (BNC_CORE->mode() != t_bncCore::interactive) {
    412412    while (!isFinished()) {
     
    419419    }
    420420  }
    421 #else
    422   if (!isRunning()) {delete this;}
    423 #endif
     421//#else
     422//  if (!isRunning()) {delete this;}
     423//#endif
    424424
    425425}
     
    473473          BNC_CORE->stopCombination();
    474474          BNC_CORE->stopPPP();
    475           sleep(1);
     475          sleep(2);
    476476          ::exit(0);
    477477        }
  • trunk/BNC/src/bncmain.cpp

    r9184 r9191  
    6363  BNC_CORE->stopCombination();
    6464  BNC_CORE->stopPPP();
    65   //sleep(1);
     65  sleep(2);
    6666  ::exit(0);
    6767}
  • trunk/BNC/src/pppMain.cpp

    r9158 r9191  
    103103      t_pppThread* pppThread = it.next();
    104104      pppThread->exit();
    105 #ifdef BNC_DEBUG
     105//#ifdef BNC_DEBUG
    106106      if (BNC_CORE->mode() != t_bncCore::interactive) {
    107107        while(!pppThread->isFinished()) {
     
    110110        delete pppThread;
    111111     }
    112 #endif
     112//#endif
    113113    }
    114114    _pppThreads.clear();
Note: See TracChangeset for help on using the changeset viewer.