Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r2493 r2617 219 219 //////////////////////////////////////////////////////////////////////////// 220 220 void t_bns::slotMessage(const QByteArray msg) { 221 222 QMutexLocker locker(&_mutexmesg); 223 221 224 if (_logStream) { 222 225 QString txt = QDateTime::currentDateTime().toUTC().toString("yy-MM-dd hh:mm:ss "); … … 230 233 //////////////////////////////////////////////////////////////////////////// 231 234 void t_bns::slotError(const QByteArray msg) { 235 236 QMutexLocker locker(&_mutexmesg); 237 232 238 if (_logStream) { 233 239 *_logStream << msg << endl; -
trunk/BNS/bns.h
r2493 r2617 86 86 t_bnseph* _bnseph; 87 87 QMutex _mutex; 88 QMutex _mutexmesg; 88 89 QMap<QString, t_ephPair*> _ephList; 89 90 bnsRinex* _rnx;
Note:
See TracChangeset
for help on using the changeset viewer.