Changeset 5736 in ntrip for trunk/BNC/src/PPP/pppMain.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/pppMain.h

    r5719 r5736  
    1818  void readOptions();
    1919
    20   QList<QSharedPointer<t_options> > _options;
    21   QList<t_pppThread*>               _pppThreads;
    22   QString                           _logFile;
    23   QString                           _nmeaFile;
    24   int                               _nmeaPort;
    25   bool                              _running;
     20  QList<t_options*>  _options;
     21  QList<t_pppThread*> _pppThreads;
     22  QString             _logFile;
     23  QString             _nmeaFile;
     24  int                 _nmeaPort;
     25  bool                _running;
    2626};
    2727
Note: See TracChangeset for help on using the changeset viewer.