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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv1.h

    r1848 r1850  
    55
    66class bncNetQueryV1 : public bncNetQuery {
    7  Q_OBJECT
    8 
    97 public:
    108  bncNetQueryV1();
     
    1614  virtual void waitForReadyRead(QByteArray& outData);
    1715
    18  private slots:
    19   void slotFinished();
    20 
    2116 private:
    2217  void startRequestPrivate(const QUrl& url, const QByteArray& gga,
     
    2419  QEventLoop* _eventLoop;
    2520  QTcpSocket* _socket;
    26   QByteArray  _outData;
    2721};
    2822
Note: See TracChangeset for help on using the changeset viewer.