- Timestamp:
- Dec 14, 2007, 1:15:15 PM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r604 r605 101 101 bncGetThread* thread = it.next(); 102 102 thread->terminate(); 103 ///thread->wait();103 thread->wait(); 104 104 delete thread; 105 105 } -
trunk/BNC/bncgetthread.cpp
r602 r605 66 66 const QByteArray& longitude, 67 67 const QByteArray& nmea, int iMount) { 68 69 setTerminationEnabled(true); 70 68 71 _decoder = 0; 69 72 _mountPoint = mountPoint;
Note:
See TracChangeset
for help on using the changeset viewer.