Changeset 246 in ntrip for trunk/BNC/RTIGS


Ignore:
Timestamp:
Oct 13, 2006, 5:53:42 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTIGS/rtigs.cpp

    r234 r246  
    2626// Constructor
    2727////////////////////////////////////////////////////////////////////////////
    28 rtigs::rtigs() : GPSDecoder() {
     28rtigs::rtigs() {
    2929}
    3030
     
    3737////////////////////////////////////////////////////////////////////////////
    3838void rtigs::Decode(char* buffer, int bufLen) {
     39
     40  QMutexLocker locker(&_mutex);
    3941
    4042  // Append the incomming data to the internal buffer
Note: See TracChangeset for help on using the changeset viewer.