Changeset 1523 in ntrip


Ignore:
Timestamp:
Jan 21, 2009, 12:36:16 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r1506 r1523  
    22# Switch to debug configuration
    33# -----------------------------
    4 CONFIG -= debug
    5 CONFIG += release
     4CONFIG += debug
     5CONFIG -= release
    66
    77DEFINES += NO_RTCM3_MAIN
  • trunk/BNC/bnccaster.cpp

    r1450 r1523  
    117117  while(it.hasNext()){
    118118    bncGetThread* thread = it.next();
    119     thread->terminate();
    120     delete thread;
     119    ////    thread->quit();
     120    thread->deleteLater();
    121121  }
    122122  delete _out;
  • trunk/BNC/bncrinex.cpp

    r1495 r1523  
    711711  _out.close();
    712712  if (!_rnxScriptName.isEmpty()) {
    713     msleep(1);
     713    qApp->thread()->wait(100);
    714714#ifdef WIN32
    715715    QProcess::startDetached(_rnxScriptName, QStringList() << _fName) ;
  • trunk/BNC/bncrinex.h

    r1387 r1523  
    3636#include "RTCM/GPSDecoder.h"
    3737
    38 class bncRinex : public QThread {
     38class bncRinex {
    3939 public:
    4040   bncRinex(const QByteArray& statID, const QUrl& mountPoint,
     
    5454     _approxPos[2] = staz;
    5555   }
    56 
    57  protected:
    58    virtual void run() {};
    5956
    6057 private:
Note: See TracChangeset for help on using the changeset viewer.