Changeset 1380 in ntrip for trunk/BNC/bncnetqueryv2.cpp


Ignore:
Timestamp:
Dec 29, 2008, 9:24:43 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r1379 r1380  
    6969// Start request, block till the next read (public)
    7070////////////////////////////////////////////////////////////////////////////
    71 void bncNetQueryV2::startRequest(const QUrl& url) {
    72   startRequest(url, false);
     71void bncNetQueryV2::startRequest(const QUrl& url, const QByteArray& gga) {
     72  startRequest(url, gga, false);
    7373}
    7474
    7575// Start request
    7676////////////////////////////////////////////////////////////////////////////
    77 void bncNetQueryV2::startRequest(const QUrl& url, bool full) {
     77void bncNetQueryV2::startRequest(const QUrl& url, const QByteArray& gga,
     78                                 bool full) {
    7879
    7980  _status = running;
     
    123124  // Send Request
    124125  // ------------
    125   startRequest(url, true);
     126  startRequest(url, "", true);
    126127
    127128  // Wait Loop
Note: See TracChangeset for help on using the changeset viewer.