Changeset 5860 in ntrip for trunk/BNC/src/PPP/pppMain.h
- Timestamp:
- Aug 8, 2014, 10:02:53 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/BNC/src/PPP/pppMain.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.h
r5814 r5860 8 8 namespace BNC_PPP { 9 9 10 class t_pppMain { 10 class t_pppMain : public QObject { 11 11 public: 12 12 t_pppMain(); 13 13 ~t_pppMain(); 14 14 void start(); 15 void stop(); 15 public slots: 16 void slotStop(); 16 17 17 18 private:
Note:
See TracChangeset
for help on using the changeset viewer.
