Changeset 5767 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 4, 2014, 8:56:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppThread.cpp
r5766 r5767 55 55 t_pppThread::t_pppThread(const t_options* opt) : QThread(0) { 56 56 _opt = opt; 57 connect(this, SIGNAL(newMessage(QByteArray,bool)), 58 BNC_CORE, SLOT(slotMessage(const QByteArray,bool))); 57 59 } 58 60 … … 79 81 t_pppRun::t_pppRun(const t_options* opt) { 80 82 _opt = opt; 83 connect(this, SIGNAL(newMessage(QByteArray,bool)), 84 BNC_CORE, SLOT(slotMessage(const QByteArray,bool))); 81 85 if (_opt->_realTime) { 82 86 connect(BNC_CORE->caster(), SIGNAL(newObs(QByteArray, QList<t_obs>)),
Note:
See TracChangeset
for help on using the changeset viewer.