Changeset 5767 in ntrip


Ignore:
Timestamp:
Aug 4, 2014, 8:56:39 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.cpp

    r5766 r5767  
    5555t_pppThread::t_pppThread(const t_options* opt) : QThread(0) {
    5656  _opt = opt;
     57  connect(this, SIGNAL(newMessage(QByteArray,bool)),
     58          BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
    5759}
    5860
     
    7981t_pppRun::t_pppRun(const t_options* opt) {
    8082  _opt = opt;
     83  connect(this, SIGNAL(newMessage(QByteArray,bool)),
     84          BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
    8185  if (_opt->_realTime) {
    8286    connect(BNC_CORE->caster(), SIGNAL(newObs(QByteArray, QList<t_obs>)),
Note: See TracChangeset for help on using the changeset viewer.