Changeset 2526 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Aug 3, 2010, 1:44:55 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2525 r2526  
    387387      }
    388388      else if (_rawFile) {
    389         data = _rawFile->readChunk();
     389        QByteArray currStaID;
     390        QByteArray currFormat;
     391        data = _rawFile->readChunk(currStaID, currFormat);
    390392
    391393        if (data.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.