Changeset 1335 in ntrip for trunk/BNC/bncnetrequest.h


Ignore:
Timestamp:
Dec 26, 2008, 10:55:52 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetrequest.h

    r1294 r1335  
    1111  bncNetRequest();
    1212  ~bncNetRequest();
    13 
    14   t_irc request(const QUrl& mountPoint, const QByteArray& ggaStr);
     13  t_irc request(const QUrl& mountPoint);
    1514
    1615 signals:
    1716
    1817 private slots:
    19   void slotReplyFinished(QNetworkReply* reply);
     18  void slotReplyFinished();
    2019  void slotReadyRead();
    2120  void slotError(QNetworkReply::NetworkError);
    22   void slotSslErrors(QList<QSslError>);
     21  void slotSslErrors();
    2322
    2423 private:
Note: See TracChangeset for help on using the changeset viewer.