Changeset 82 in ntrip for trunk/BNC/bncgetthread.h


Ignore:
Timestamp:
Aug 30, 2006, 5:35:40 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r59 r82  
    2323                                      const QByteArray& mountPoint,
    2424                                      const QByteArray& user,
    25                                       const QByteArray& password);
     25                                      const QByteArray& password,
     26                                      QString& msg);
    2627   QByteArray mountPoint() {return _mountPoint;}
    2728
     
    2930   void newObs(const QByteArray& mountPoint, Observation* obs);
    3031   void error(const QByteArray& mountPoint);
     32   void newMessage(const QByteArray& msg);
    3133
    3234 protected:
    3335   virtual void run();
    3436 private:
     37   void message(const QString&);
    3538   void exit(int exitCode = 0);
    3639   QTcpSocket* _socket;
Note: See TracChangeset for help on using the changeset viewer.