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


Ignore:
Timestamp:
Jan 27, 2011, 2:31:39 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2907 r2909  
    114114    _GLOFreq[ii] = 0;
    115115  }
    116 
    117 #ifdef USE_COMBINATION
    118   _bncComb = new bncComb();
    119   if (_bncComb->nStreams() < 2) {
    120     delete _bncComb;
    121     _bncComb = 0;
    122   }
    123 #endif
    124116}
    125117
     
    876868  }
    877869}
     870
     871//
     872////////////////////////////////////////////////////////////////////////////
     873void bncApp::initCombination() {
     874#ifdef USE_COMBINATION
     875  _bncComb = new bncComb();
     876  if (_bncComb->nStreams() < 2) {
     877    delete _bncComb;
     878    _bncComb = 0;
     879  }
     880#endif
     881}
Note: See TracChangeset for help on using the changeset viewer.