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


Ignore:
Timestamp:
Aug 6, 2014, 2:59:49 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5823 r5833  
    2929
    3030 private:
    31   class t_pppEpoData {
     31  class t_epoData {
    3232   public:
    33     t_pppEpoData() {}
    34     ~t_pppEpoData() {
     33    t_epoData() {}
     34    ~t_epoData() {
    3535      for (unsigned ii = 0; ii < _satObs.size(); ii++) {
    3636        delete _satObs[ii];
     
    4141  };
    4242
    43   QMutex                    _mutex;
    44   const t_pppOptions*          _opt;
    45   t_pppClient*              _pppClient;
    46   std::deque<t_pppEpoData*> _pppEpochs;
     43  QMutex                 _mutex;
     44  const t_pppOptions*    _opt;
     45  t_pppClient*           _pppClient;
     46  std::deque<t_epoData*> _epoData;
    4747};
    4848
     
    5959 private:
    6060  const t_pppOptions* _opt;
    61   t_pppRun*        _pppRun;
     61  t_pppRun*           _pppRun;
    6262};
    6363
Note: See TracChangeset for help on using the changeset viewer.