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