Changeset 5900 in ntrip for trunk/BNC/src/bncwindow.cpp


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/bncwindow.cpp

    r5899 r5900  
    6666#include "rinex/reqcedit.h"
    6767#include "rinex/reqcanalyze.h"
    68 #include "PPP/pppMain.h"
    6968#ifdef QT_WEBKIT
    7069#  include "map/bncmapwin.h"
     
    16531652    startRealTime();
    16541653  }
    1655   BNC_CORE->pppMain()->start();
     1654  BNC_CORE->startPPP();
    16561655}
    16571656
     
    17261725                                   QMessageBox::NoButton);
    17271726  if (iRet == QMessageBox::Yes) {
    1728     BNC_CORE->pppMain()->slotStop();
     1727    BNC_CORE->stopPPP();
    17291728    BNC_CORE->stopCombination();
    17301729    delete _caster;    _caster    = 0; BNC_CORE->setCaster(0);
     
    17511750  }
    17521751
    1753   BNC_CORE->pppMain()->slotStop();
     1752  BNC_CORE->stopPPP();
    17541753
    17551754  QMainWindow::closeEvent(event);
Note: See TracChangeset for help on using the changeset viewer.