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


Ignore:
Timestamp:
Aug 1, 2014, 7:49:40 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5732 r5736  
    1313 Q_OBJECT
    1414 public:
    15   t_pppRun(const t_options& opt);
     15  t_pppRun(const t_options* opt);
    1616  ~t_pppRun();
    1717
     
    2424
    2525 private:
    26   QMutex    _mutex;
    27   t_options _opt;
     26  QMutex           _mutex;
     27  const t_options* _opt;
    2828};
    2929
     
    3535
    3636 private:
    37   t_options _opt;
    38   t_pppRun* _pppRun;
     37  const t_options* _opt;
     38  t_pppRun*        _pppRun;
    3939};
    4040
Note: See TracChangeset for help on using the changeset viewer.