Changeset 1353 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Dec 27, 2008, 1:59:46 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1325 r1353  
    404404      QByteArray longitude = hlp[3].toAscii();
    405405      QByteArray nmea      = hlp[4].toAscii();
     406      QByteArray ntripVersion = hlp[5].toAscii();
    406407     
    407408      bncGetThread* getThread = new bncGetThread(url, format, latitude,
    408                                                  longitude, nmea, iMount);
     409                                        longitude, nmea, ntripVersion, iMount);
    409410      addGetThread(getThread);
    410411    }
Note: See TracChangeset for help on using the changeset viewer.