Changeset 628 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Dec 16, 2007, 6:57:42 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r624 r628  
    178178  qRegisterMetaType<p_obs>("p_obs");
    179179
    180   connect(getThread, SIGNAL(newObs(const QByteArray, bool, p_obs)),
    181           this,      SLOT(newObs(const QByteArray, bool, p_obs)));
    182 
    183   connect(getThread, SIGNAL(error(const QByteArray)),
    184           this, SLOT(slotGetThreadError(const QByteArray)));
     180  connect(getThread, SIGNAL(newObs(QByteArray, bool, p_obs)),
     181          this,      SLOT(newObs(QByteArray, bool, p_obs)));
     182
     183  connect(getThread, SIGNAL(error(QByteArray)),
     184          this, SLOT(slotGetThreadError(QByteArray)));
    185185
    186186  _staIDs.push_back(getThread->staID());
     
    190190// Error in get thread
    191191////////////////////////////////////////////////////////////////////////////
    192 void bncCaster::slotGetThreadError(const QByteArray staID) {
     192void bncCaster::slotGetThreadError(QByteArray staID) {
    193193  QMutexLocker locker(&_mutex);
    194194  _staIDs.removeAll(staID);
Note: See TracChangeset for help on using the changeset viewer.