Changeset 3258 in ntrip


Ignore:
Timestamp:
Apr 3, 2011, 2:37:59 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncephuploadcaster.cpp

    r3256 r3258  
    1515 * -----------------------------------------------------------------------*/
    1616
     17#include <iostream>
    1718#include <math.h>
    1819#include "bncephuploadcaster.h"
     
    5758void bncEphUploadCaster::ephBufferChanged() {
    5859  if (_ephUploadCaster) {
    59     QMutexLocker locker(&_mutex);
    60 
    6160    QMapIterator<QString, t_ephPair*> it(_eph);
    6261    while (it.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.