Changeset 5901 in ntrip


Ignore:
Timestamp:
Aug 9, 2014, 10:39:23 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.cpp

    r5884 r5901  
    7474////////////////////////////////////////////////////////////////////////////
    7575void t_pppThread::run() {
     76 
     77  connect(BNC_CORE, SIGNAL(quitPPP()), this, SLOT(quit()));
     78
    7679  try {
    7780    _pppRun = new t_pppRun(_opt);
  • trunk/BNC/src/bnccore.cpp

    r5900 r5901  
    878878////////////////////////////////////////////////////////////////////////////
    879879void t_bncCore::stopPPP() {
    880   _pppMain->stop();
    881 }
     880  emit quitPPP();
     881}
  • trunk/BNC/src/bnccore.h

    r5900 r5901  
    9292  void providerIDChanged(QString);
    9393  void newPosition(bncTime time, QVector<double> xx);
     94  void quitPPP();
    9495   
    9596 private slots:
Note: See TracChangeset for help on using the changeset viewer.