Changeset 5716 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jul 31, 2014, 12:17:11 PM (11 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/PPP/pppMain.cpp ¶
r5715 r5716 49 49 ////////////////////////////////////////////////////////////////////////////// 50 50 t_pppMain::t_pppMain() { 51 readOptions();52 51 } 53 52 … … 55 54 ////////////////////////////////////////////////////////////////////////////// 56 55 t_pppMain::~t_pppMain() { 56 } 57 58 // 59 ////////////////////////////////////////////////////////////////////////////// 60 void t_pppMain::start() { 61 readOptions(); 62 } 63 64 // 65 ////////////////////////////////////////////////////////////////////////////// 66 void t_pppMain::stop() { 57 67 } 58 68 -
TabularUnified trunk/BNC/src/PPP/pppMain.h ¶
r5714 r5716 10 10 public: 11 11 t_pppMain(); 12 ~t_pppMain(); 12 ~t_pppMain(); 13 void start(); 14 void stop(); 13 15 14 16 private:
Note:
See TracChangeset
for help on using the changeset viewer.