Changeset 3231 in ntrip


Ignore:
Timestamp:
Apr 1, 2011, 1:31:38 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r3142 r3231  
    908908#endif
    909909}
     910
     911//
     912////////////////////////////////////////////////////////////////////////////
     913void bncApp::stopCombination() {
     914#ifdef USE_COMBINATION
     915  delete _bncComb;
     916  _bncComb = 0;
     917#endif
     918}
  • trunk/BNC/bncapp.h

    r3109 r3231  
    5353    void getGlonassSlotNums(int GLOFreq[]);
    5454    void initCombination();
     55    void stopCombination();
    5556
    5657  public slots:
  • trunk/BNC/bncwindow.cpp

    r3199 r3231  
    14651465                                   QMessageBox::NoButton);
    14661466  if (iRet == QMessageBox::Yes) {
     1467    ((bncApp*)qApp)->stopCombination();
    14671468    delete _caster; _caster = 0;
    14681469    _actGetData->setEnabled(true);
Note: See TracChangeset for help on using the changeset viewer.