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


Ignore:
Timestamp:
Jul 31, 2014, 1:29:23 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5716 r5719  
    44#include <QtCore>
    55#include "options.h"
     6#include "pppThread.h"
    67
    78namespace BNC {
     
    1819
    1920  QList<QSharedPointer<t_options> > _options;
     21  QList<t_pppThread*>               _pppThreads;
    2022  QString                           _logFile;
    2123  QString                           _nmeaFile;
    2224  int                               _nmeaPort;
     25  bool                              _running;
    2326};
    2427
Note: See TracChangeset for help on using the changeset viewer.