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


Ignore:
Timestamp:
Aug 9, 2014, 9:29:34 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5896 r5899  
    9797  _runningRealTime           = false;
    9898  _runningPostProcessingReqc = false;
    99   _pppMain                   = new BNC_PPP::t_pppMain();
    10099  _reqcActionComboBox        = 0; // necessary for enableStartStop()
    101100
     
    12171216  delete _caster; BNC_CORE->setCaster(0);
    12181217  delete _casterEph;
    1219   delete _pppMain;
    12201218}
    12211219
     
    16551653    startRealTime();
    16561654  }
    1657   if (_pppMain) {
    1658     _pppMain->start();
    1659   }
     1655  BNC_CORE->pppMain()->start();
    16601656}
    16611657
     
    17301726                                   QMessageBox::NoButton);
    17311727  if (iRet == QMessageBox::Yes) {
    1732     if (_pppMain) {
    1733       _pppMain->slotStop();
    1734     }
     1728    BNC_CORE->pppMain()->slotStop();
    17351729    BNC_CORE->stopCombination();
    17361730    delete _caster;    _caster    = 0; BNC_CORE->setCaster(0);
     
    17571751  }
    17581752
    1759   if (_pppMain) {
    1760     _pppMain->slotStop();
    1761   }
     1753  BNC_CORE->pppMain()->slotStop();
    17621754
    17631755  QMainWindow::closeEvent(event);
Note: See TracChangeset for help on using the changeset viewer.