Changeset 1387 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Dec 29, 2008, 10:27:05 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r1386 r1387  
    6363bncRinex::bncRinex(const QByteArray& statID, const QUrl& mountPoint,
    6464                   const QByteArray& format, const QByteArray& latitude,
    65                    const QByteArray& longitude, const QByteArray& nmea,
    66                    const QByteArray& ntripVersion) {
     65                   const QByteArray& longitude, const QByteArray& nmea) {
     66
    6767  _statID        = statID;
    6868  _mountPoint    = mountPoint;
     
    7171  _longitude     = longitude;
    7272  _nmea          = nmea;
    73   _ntripVersion  = ntripVersion;
    7473  _headerWritten = false;
    7574  _reconnectFlag = false;
Note: See TracChangeset for help on using the changeset viewer.