- Timestamp:
- Feb 3, 2008, 12:19:28 PM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r669 r672 629 629 //////////////////////////////////////////////////////////////////////////// 630 630 void bncGetThread::callScript(const char* _comment) { 631 QMutexLocker locker(&_mutex); 631 632 if (!_adviseScript.isEmpty()) { 633 msleep(1); 632 634 #ifdef WIN32 633 635 QProcess::startDetached(_adviseScript, QStringList() << _staID << _comment) ; -
trunk/BNC/bncgetthread.h
r668 r672 89 89 QDateTime _decodePause; 90 90 QDateTime _decodeTime; 91 QMutex _mutex; 91 92 }; 92 93
Note:
See TracChangeset
for help on using the changeset viewer.