Changeset 458 in ntrip for trunk/BNC/bnccaster.cpp
- Timestamp:
- May 11, 2007, 5:26:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r408 r458 186 186 //////////////////////////////////////////////////////////////////////////// 187 187 void 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))); 190 190 191 191 _staIDs.push_back(getThread->staID()); … … 195 195 // Error in get thread 196 196 //////////////////////////////////////////////////////////////////////////// 197 void bncCaster::slotGetThreadError(const QByteArray &staID) {197 void bncCaster::slotGetThreadError(const QByteArray staID) { 198 198 QMutexLocker locker(&_mutex); 199 199 _staIDs.removeAll(staID);
Note:
See TracChangeset
for help on using the changeset viewer.