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


Ignore:
Timestamp:
Aug 9, 2014, 11:45:37 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5900 r5905  
    1010class t_pppMain {
    1111 public:
    12   t_pppMain();                                                     
     12  t_pppMain();
    1313  ~t_pppMain();
    14   void start();                                                     
    15   void stop();                                                     
     14  void start(bool ownThread);
     15  void stop();
    1616
    1717 private:
     
    2020  QList<t_pppOptions*> _options;
    2121  QList<t_pppThread*>  _pppThreads;
    22   QString              _logFile;
    23   QString              _nmeaFile;
    24   int                  _nmeaPort;
    25   bool                 _running;
     22  QString  _logFile;
     23  QString  _nmeaFile;
     24  int      _nmeaPort;
     25  bool     _running;
    2626};
    2727
Note: See TracChangeset for help on using the changeset viewer.