Changeset 1848 in ntrip for trunk/BNC/bncnetqueryv1.h


Ignore:
Timestamp:
Jun 29, 2009, 11:17:23 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv1.h

    r1716 r1848  
    55
    66class bncNetQueryV1 : public bncNetQuery {
     7 Q_OBJECT
     8
    79 public:
    810  bncNetQueryV1();
     
    1416  virtual void waitForReadyRead(QByteArray& outData);
    1517
     18 private slots:
     19  void slotFinished();
     20
    1621 private:
     22  void startRequestPrivate(const QUrl& url, const QByteArray& gga,
     23                           bool sendRequestOnly);
     24  QEventLoop* _eventLoop;
    1725  QTcpSocket* _socket;
     26  QByteArray  _outData;
    1827};
    1928
Note: See TracChangeset for help on using the changeset viewer.