Changeset 5901 in ntrip
- Timestamp:
- Aug 9, 2014, 10:39:23 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppThread.cpp
r5884 r5901 74 74 //////////////////////////////////////////////////////////////////////////// 75 75 void t_pppThread::run() { 76 77 connect(BNC_CORE, SIGNAL(quitPPP()), this, SLOT(quit())); 78 76 79 try { 77 80 _pppRun = new t_pppRun(_opt); -
trunk/BNC/src/bnccore.cpp
r5900 r5901 878 878 //////////////////////////////////////////////////////////////////////////// 879 879 void t_bncCore::stopPPP() { 880 _pppMain->stop();881 } 880 emit quitPPP(); 881 } -
trunk/BNC/src/bnccore.h
r5900 r5901 92 92 void providerIDChanged(QString); 93 93 void newPosition(bncTime time, QVector<double> xx); 94 void quitPPP(); 94 95 95 96 private slots:
Note:
See TracChangeset
for help on using the changeset viewer.