Changeset 5869 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 8, 2014, 11:08:54 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r5861 r5869 413 413 cout << "no more data" << endl; 414 414 BNC_CORE->stopCombination(); 415 QThread::exit(0);416 delete this;417 ::exit(0);415 emit finished(); 416 this->deleteLater(); 417 return; 418 418 } 419 419 } -
trunk/BNC/src/bncmain.cpp
r5864 r5869 218 218 bncRawFile::input); 219 219 bncGetThread* getThread = new bncGetThread(rawFile); 220 QObject::connect(getThread, SIGNAL(finished()), pppMain, SLOT(slotStop())); 220 221 caster->addGetThread(getThread, true); 221 222 }
Note:
See TracChangeset
for help on using the changeset viewer.