Changeset 1800 in ntrip for trunk/BNS


Ignore:
Timestamp:
Apr 19, 2009, 8:27:32 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1799 r1800  
    9494  else {
    9595    _casterEph = new t_bnscaster(mountpoint);
    96     connect(_caster.back(), SIGNAL(error(const QByteArray)),
     96    connect(_casterEph, SIGNAL(error(const QByteArray)),
    9797            this, SLOT(slotError(const QByteArray)));
    98     connect(_caster.back(), SIGNAL(newMessage(const QByteArray)),
     98    connect(_casterEph, SIGNAL(newMessage(const QByteArray)),
    9999            this, SLOT(slotMessage(const QByteArray)));
    100100  }
Note: See TracChangeset for help on using the changeset viewer.