Changeset 889
- Timestamp:
- 31/08/2006 23:31:10 (5 years ago)
- File:
-
- 1 edited
-
box/chris/merge/lib/common/Guards.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/common/Guards.h
r888 r889 25 25 #include "MemLeakFindOn.h" 26 26 27 template <int flags = O_RDONLY , int mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)>27 template <int flags = O_RDONLY | O_BINARY, int mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)> 28 28 class FileHandleGuard 29 29 {
Note: See TracChangeset
for help on using the changeset viewer.
