Changeset 11316
- Timestamp:
- 07/10/11 15:20:47 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimWriteStatistics.cc
r11309 r11316 81 81 //ignoring error #2: no such file or directory is not an error for new files 82 82 if (errno == 0 || errno == 2) 83 return -1;83 return 0; 84 84 85 85 ostringstream str; -
trunk/FACT++/src/DimWriteStatistics.h
r11307 r11316 68 68 69 69 const Stats &GetTotalSizeWritten() const { return fStats; } 70 uint16_t GetUpdateInterval() const { return fUpdateInterval; } 70 71 }; 71 72
Note:
See TracChangeset
for help on using the changeset viewer.