Changeset 5810 in ntrip for trunk/BNC/src/PPP/pppThread.h


Ignore:
Timestamp:
Aug 6, 2014, 11:34:36 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.h

    r5791 r5810  
    77
    88#include "GPSDecoder.h"
    9 #include "options.h"
     9#include "pppOptions.h"
    1010#include "pppClient.h"
    1111
     
    2727 Q_OBJECT
    2828 public:
    29   t_pppRun(const t_options* opt);
     29  t_pppRun(const t_pppOptions* opt);
    3030  ~t_pppRun();
    3131
     
    4242 private:
    4343  QMutex                    _mutex;
    44   const t_options*          _opt;
     44  const t_pppOptions*          _opt;
    4545  t_pppClient*              _pppClient;
    4646  std::deque<t_pppEpoData*> _pppEpochs;
    4747};
    4848
    49 class t_pppThread : public QThread {
     49class t_pppInclude.hread : public QThread {
    5050 Q_OBJECT
    5151 public:
    52   t_pppThread(const t_options* opt);
    53   ~t_pppThread();
     52  t_pppInclude.hread(const t_pppOptions* opt);
     53  ~t_pppInclude.hread();
    5454  virtual void run();
    5555
     
    5858
    5959 private:
    60   const t_options* _opt;
     60  const t_pppOptions* _opt;
    6161  t_pppRun*        _pppRun;
    6262};
Note: See TracChangeset for help on using the changeset viewer.