Changeset 1063 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Aug 27, 2008, 11:31:42 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1062 r1063  
    7474  // -------------------------------------------
    7575  _caster = new t_bnscaster(settings.value("mountpoint").toString());
    76   connect(_clkServer, SIGNAL(error(const QByteArray)),
     76  connect(_caster, SIGNAL(error(const QByteArray)),
    7777          this, SLOT(slotError(const QByteArray)));
    78   connect(_clkServer, SIGNAL(newMessage(const QByteArray)),
     78  connect(_caster, SIGNAL(newMessage(const QByteArray)),
    7979          this, SLOT(slotNewMessage(const QByteArray)));
    8080
Note: See TracChangeset for help on using the changeset viewer.