Changeset 673 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Feb 3, 2008, 4:33:00 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r656 r673  
    4747#include <QUrl>
    4848#include <QString>
     49#include <QThread>
    4950
    5051#include "bncrinex.h"
     
    617618  _out.close();
    618619  if (!_rnxScriptName.isEmpty()) {
    619 
     620    msleep(1);
    620621#ifdef WIN32
    621622    QProcess::startDetached(_rnxScriptName, QStringList() << _fName) ;
Note: See TracChangeset for help on using the changeset viewer.