Changeset 141 in pacpusframework for branches/2.0-beta1/src/FileLib
- Timestamp:
- Jul 30, 2013, 5:48:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/FileLib/src/DbiteFile.cpp
r89 r141 95 95 checkFileOpen(); 96 96 } catch (DbiteException & e) { 97 (void) e; // unused 97 98 LOG_ERROR("Dbite exception: " << e.what()); 98 99 close(); … … 103 104 readHeader(); 104 105 } catch (DbiteException & e) { 106 (void) e; // unused 105 107 LOG_ERROR("Dbite exception: " << e.what()); 106 108 // TODO: readAndDiagnoseHeader(); … … 164 166 // TODO: check if same type and record size 165 167 } catch (DbiteException & e) { 168 (void) e; // unused 166 169 LOG_ERROR("Dbite exception: " << e.what()); 167 170 // TODO: readAndDiagnoseHeader(); … … 208 211 writeHeader(); 209 212 } catch (DbiteException & e) { 213 (void) e; // unused 210 214 LOG_ERROR("cannot write header on close: " << e.what()); 211 215 }
Note:
See TracChangeset
for help on using the changeset viewer.