Changeset 5813 in ntrip for trunk/BNC/src/PPP/pppMain.h


Ignore:
Timestamp:
Aug 6, 2014, 11:51:11 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5810 r5813  
    44#include <QtCore>
    55#include "pppOptions.h"
    6 #include "pppInclude.hread.h"
     6#include "pppThread.h"
    77
    88namespace BNC {
     
    1818  void readOptions();
    1919
    20   QList<t_pppOptions*>   _options;
    21   QList<t_pppInclude.hread*> _pppInclude.hreads;
    22   QString             _logFile;
    23   QString             _nmeaFile;
    24   int                 _nmeaPort;
    25   bool                _running;
     20  QList<t_pppOptions*> _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.