Changeset 7150 in ntrip


Ignore:
Timestamp:
Jul 27, 2015, 11:30:46 AM (9 years ago)
Author:
stuerze
Message:

skl file download is now always done using the ssl extended class to allow https requests; skl file download is independent from stream download and the chosen ntrip version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r6919 r7150  
    156156    }
    157157
    158     bncNetQuery* query;
    159     if      (_ntripVersion == "2s") {
    160       query = new bncNetQueryV2(true);
    161     }
    162     else if (_ntripVersion == "2") {
    163       query = new bncNetQueryV2(false);
    164     }
    165     else {
    166       query = new bncNetQueryV1;
    167     }
    168 
     158    bncNetQuery* query = new bncNetQueryV2(true);
    169159    QByteArray outData;
    170160    query->waitForRequestResult(url, outData);
Note: See TracChangeset for help on using the changeset viewer.