Changeset 1532 in ntrip for trunk/BNC/bncnetqueryrtp.h


Ignore:
Timestamp:
Jan 21, 2009, 1:57:27 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryrtp.h

    r1531 r1532  
    55
    66class bncNetQueryRtp : public bncNetQuery {
     7 Q_OBJECT
    78 public:
    89  bncNetQueryRtp();
     
    1314  virtual void startRequest(const QUrl& url, const QByteArray& gga);
    1415  virtual void waitForReadyRead(QByteArray& outData);
     16
     17 private slots:
     18  void slotKeepAlive();
    1519
    1620 private:
Note: See TracChangeset for help on using the changeset viewer.