Changeset 3258 in ntrip
- Timestamp:
- Apr 3, 2011, 2:37:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncephuploadcaster.cpp
r3256 r3258 15 15 * -----------------------------------------------------------------------*/ 16 16 17 #include <iostream> 17 18 #include <math.h> 18 19 #include "bncephuploadcaster.h" … … 57 58 void bncEphUploadCaster::ephBufferChanged() { 58 59 if (_ephUploadCaster) { 59 QMutexLocker locker(&_mutex);60 61 60 QMapIterator<QString, t_ephPair*> it(_eph); 62 61 while (it.hasNext()) {
Note:
See TracChangeset
for help on using the changeset viewer.