Changeset 9191 in ntrip for trunk/BNC/src/bncgetthread.cpp


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

minor changes

File:
1 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        }
Note: See TracChangeset for help on using the changeset viewer.