Changeset 759 in ntrip for trunk/BNS/bnseph.h


Ignore:
Timestamp:
Mar 30, 2008, 6:08:45 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r758 r759  
    33
    44#include <QThread>
    5 #include <QMutex>
     5#include <QtNetwork>
    66
    77class t_bnseph : public QThread {
     
    1616 
    1717 private:
    18   QMutex _mutex;
     18  QTcpSocket* _socket;
    1919};
    2020#endif
Note: See TracChangeset for help on using the changeset viewer.