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


Ignore:
Timestamp:
May 11, 2007, 5:26:56 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r408 r458  
    186186////////////////////////////////////////////////////////////////////////////
    187187void bncCaster::addGetThread(bncGetThread* getThread) {
    188   connect(getThread, SIGNAL(error(const QByteArray&)),
    189           this, SLOT(slotGetThreadError(const QByteArray&)));
     188  connect(getThread, SIGNAL(error(const QByteArray)),
     189          this, SLOT(slotGetThreadError(const QByteArray)));
    190190
    191191  _staIDs.push_back(getThread->staID());
     
    195195// Error in get thread
    196196////////////////////////////////////////////////////////////////////////////
    197 void bncCaster::slotGetThreadError(const QByteArray& staID) {
     197void bncCaster::slotGetThreadError(const QByteArray staID) {
    198198  QMutexLocker locker(&_mutex);
    199199  _staIDs.removeAll(staID);
Note: See TracChangeset for help on using the changeset viewer.