Changeset 6359 in ntrip
- Timestamp:
- Dec 1, 2014, 11:42:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r6358 r6359 103 103 catch (const char* error) { 104 104 *_log << "ERROR: " << error << endl; 105 } 106 catch (Exception& exc) { 107 *_log << "ERROR: " << exc.what() << endl; 108 } 109 catch (...) { 110 *_log << "ERROR: " << "unknown exception" << endl; 105 111 } 106 112
Note:
See TracChangeset
for help on using the changeset viewer.