Changeset 10039 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
May 10, 2023, 6:01:18 PM (12 months ago)
Author:
stuerze
Message:

revert some changes temporary

File:
1 edited

Legend:

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

    r10038 r10039  
    758758//
    759759////////////////////////////////////////////////////////////////////////////
    760 void t_bncCore::initCombination() {
    761   _bncComb = bncComb::instance();
     760void t_bncCore::initCombination() {//cout << "initCombination" << endl;
     761  _bncComb = new bncComb();
    762762  if (_bncComb->nStreams() < 1) {
    763763    delete _bncComb;
Note: See TracChangeset for help on using the changeset viewer.