Changeset 1349 in ntrip for trunk/BNC/bncsocket.h


Ignore:
Timestamp:
Dec 27, 2008, 1:13:19 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsocket.h

    r1346 r1349  
    33
    44#include <QtNetwork>
     5#include "bncconst.h"
    56
    67class bncSocket : public QObject {
    78
    89 public:
    9   bncSocket(QTcpSocket* socket);
     10  bncSocket();
    1011  ~bncSocket();
    1112
     
    2324  QAbstractSocket::SocketState state() const;
    2425
    25  static bncSocket* request(const QUrl& mountPoint, QByteArray& latitude,
    26                            QByteArray& longitude, QByteArray& nmea,
    27                            int timeOut, QString& msg);
    28 
     26  t_irc request(const QUrl& mountPoint, const QByteArray& latitude,
     27                const QByteArray& longitude, const QByteArray& nmea,
     28                int timeOut, QString& msg);
    2929
    3030 private:
Note: See TracChangeset for help on using the changeset viewer.