Changeset 10311 in ntrip for trunk/BNC/src/combination


Ignore:
Timestamp:
Jan 2, 2024, 12:39:10 PM (15 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10275 r10311  
    210210  }
    211211
    212   _rtnetDecoder = 0;
     212  _rtnetDecoder = new bncRtnetDecoder();
    213213
    214214  connect(this, SIGNAL(newMessage(QByteArray,bool)), BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
     
    11401140  //cout << outLines.toStdString();
    11411141
    1142   if (!_rtnetDecoder) {
    1143     _rtnetDecoder = new bncRtnetDecoder();
    1144   }
    1145 
    11461142  vector<string> errmsg;
    11471143  _rtnetDecoder->Decode(outLines.toLatin1().data(), outLines.length(), errmsg);
Note: See TracChangeset for help on using the changeset viewer.