Changeset 672 in ntrip


Ignore:
Timestamp:
Feb 3, 2008, 12:19:28 PM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r669 r672  
    629629////////////////////////////////////////////////////////////////////////////
    630630void bncGetThread::callScript(const char* _comment) {
     631  QMutexLocker locker(&_mutex);
    631632  if (!_adviseScript.isEmpty()) {
     633    msleep(1);
    632634#ifdef WIN32
    633635    QProcess::startDetached(_adviseScript, QStringList() << _staID << _comment) ;
  • trunk/BNC/bncgetthread.h

    r668 r672  
    8989   QDateTime   _decodePause;
    9090   QDateTime   _decodeTime;
     91   QMutex      _mutex;
    9192};
    9293
Note: See TracChangeset for help on using the changeset viewer.