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


Ignore:
Timestamp:
Feb 22, 2011, 11:44:56 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2711 r3003  
    9393                           const QByteArray& longitude,
    9494                           const QByteArray& nmea,
    95                            const QByteArray& ntripVersion, const QByteArray& extraStaID) {
     95                           const QByteArray& ntripVersion) {
    9696  _rawFile      = 0;
    9797  _mountPoint   = mountPoint;
    98   _staID        = (extraStaID.size() == 0 ? mountPoint.path().mid(1).toAscii() : extraStaID);
     98  _staID        = mountPoint.path().mid(1).toAscii();
    9999  _format       = format;
    100100  _latitude     = latitude;
Note: See TracChangeset for help on using the changeset viewer.