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


Ignore:
Timestamp:
Aug 9, 2014, 11:45:37 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

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