Changeset 4715 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Sep 10, 2012, 9:55:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4708 r4715 205 205 void t_reqcAnalyze::analyzeFile(t_rnxObsFile* obsFile) { 206 206 207 if (dynamic_cast<bncApp*>(qApp)->GUIenabled()) { 208 _mutex.lock(); 209 } 207 _mutex.lock(); 210 208 211 209 if (_log) { … … 276 274 qDebug() << str; 277 275 } 278 if (dynamic_cast<bncApp*>(qApp)->GUIenabled()) { 279 _mutex.unlock(); 280 } 276 _mutex.unlock(); 281 277 return; 282 278 } … … 635 631 636 632 if (dynamic_cast<bncApp*>(qApp)->GUIenabled()) { 637 638 _mutex.unlock();639 QMutexLocker locker(&_mutex);640 641 633 t_availPlot* plotA = new t_availPlot(0, &_availDataMap); 642 634 plotA->setTitle(title); … … 662 654 } 663 655 } 656 _mutex.unlock(); 664 657 } 665 658
Note:
See TracChangeset
for help on using the changeset viewer.