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


Ignore:
Timestamp:
Aug 9, 2014, 10:00:20 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5870 r5900  
    88namespace BNC_PPP {
    99
    10 class t_pppMain : public QObject {
    11 Q_OBJECT
     10class t_pppMain {
    1211 public:
    1312  t_pppMain();                                                     
    1413  ~t_pppMain();
    1514  void start();                                                     
    16  public slots:
    17   void slotStop();                                                     
     15  void stop();                                                     
    1816
    1917 private:
Note: See TracChangeset for help on using the changeset viewer.