Changeset 769 in ntrip for trunk/BNS/bns.h


Ignore:
Timestamp:
Apr 6, 2008, 5:24:01 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.h

    r763 r769  
    22#define BNS_H
    33
     4#include <QtNetwork>
    45#include <QThread>
    5 #include <QMutex>
    66
    77#include "bnseph.h"
     
    1919 
    2020 private slots:
     21  void slotNewConnection();
    2122  void slotMessage(const QByteArray msg);
    2223  void slotError(const QByteArray msg);
     
    2425 private:
    2526  void deleteBnsEph();
    26   t_bnseph* _bnseph;
    27   QMutex    _mutex;
     27  QTcpServer* _clkServer;
     28  QTcpSocket* _clkSocket;
     29  t_bnseph*   _bnseph;
     30  QMutex      _mutex;
    2831};
    2932#endif
Note: See TracChangeset for help on using the changeset viewer.