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


Ignore:
Timestamp:
Apr 8, 2016, 1:31:57 PM (8 years ago)
Author:
stuerze
Message:

#BNC_DEBUG added

File:
1 edited

Legend:

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

    r7854 r7858  
    407407    delete _nmeaSockets;
    408408  }
     409
     410#ifdef BNC_DEBUG
     411  while (!isFinished()) {
     412    wait();
     413  }
    409414  delete this;
     415#else
     416    if (!isRunning()) {
     417      delete this;
     418    }
     419#endif
     420
    410421}
    411422
Note: See TracChangeset for help on using the changeset viewer.