- Timestamp:
- Jun 21, 2011, 6:56:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r3306 r3311 509 509 _decoder->_obsList.clear(); 510 510 } 511 catch (Exception& exc) { 512 emit(newMessage(_staID + " " + exc.what(), true)); 513 _isToBeDeleted = true; 514 } 511 515 catch (...) { 512 emit(newMessage(_staID + " bncGetThread exception", true));516 emit(newMessage(_staID + " bncGetThread exception", true)); 513 517 _isToBeDeleted = true; 514 518 }
Note:
See TracChangeset
for help on using the changeset viewer.