Changeset 3231 in ntrip
- Timestamp:
- Apr 1, 2011, 1:31:38 PM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r3142 r3231 908 908 #endif 909 909 } 910 911 // 912 //////////////////////////////////////////////////////////////////////////// 913 void bncApp::stopCombination() { 914 #ifdef USE_COMBINATION 915 delete _bncComb; 916 _bncComb = 0; 917 #endif 918 } -
trunk/BNC/bncapp.h
r3109 r3231 53 53 void getGlonassSlotNums(int GLOFreq[]); 54 54 void initCombination(); 55 void stopCombination(); 55 56 56 57 public slots: -
trunk/BNC/bncwindow.cpp
r3199 r3231 1465 1465 QMessageBox::NoButton); 1466 1466 if (iRet == QMessageBox::Yes) { 1467 ((bncApp*)qApp)->stopCombination(); 1467 1468 delete _caster; _caster = 0; 1468 1469 _actGetData->setEnabled(true);
Note:
See TracChangeset
for help on using the changeset viewer.