Changeset 299 in ntrip for trunk/BNC/bnctabledlg.cpp


Ignore:
Timestamp:
Nov 12, 2006, 4:48:15 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r298 r299  
    122122                                bool alwaysRead) {
    123123
     124  static QMutex mutex;
    124125  static QMap<QString, QStringList> allTables;
     126
     127  QMutexLocker locker(&mutex);
    125128
    126129  if (!alwaysRead && allTables.find(casterHost) != allTables.end()) {
Note: See TracChangeset for help on using the changeset viewer.