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


Ignore:
Timestamp:
Aug 16, 2014, 1:45:47 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5930 r5946  
    1616 Q_OBJECT
    1717 public:
    18   t_pppThread(bool ownThread, const t_pppOptions* opt);
     18  t_pppThread(const t_pppOptions* opt);
    1919  ~t_pppThread();
    2020  virtual void run();
     
    2525
    2626 private:
    27   bool                _ownThread;
    2827  const t_pppOptions* _opt;
    2928  t_pppRun*           _pppRun;
Note: See TracChangeset for help on using the changeset viewer.