Changeset 5068 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Mar 30, 2013, 11:39:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r5066 r5068 163 163 164 164 connect(this, SIGNAL(newMessage(QByteArray,bool)), 165 PGM_CORE, SLOT(slotMessage(const QByteArray,bool)));165 BNC_CORE, SLOT(slotMessage(const QByteArray,bool))); 166 166 167 167 // Combination Method … … 750 750 // Optionally send new Corrections to PPP 751 751 // -------------------------------------- 752 if ( PGM_CORE->_bncPPPclient) {753 PGM_CORE->_bncPPPclient->slotNewCorrections(corrLines);752 if (BNC_CORE->_bncPPPclient) { 753 BNC_CORE->_bncPPPclient->slotNewCorrections(corrLines); 754 754 } 755 755 }
Note:
See TracChangeset
for help on using the changeset viewer.