Changeset 3231 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Apr 1, 2011, 1:31:38 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.