Changeset 888


Ignore:
Timestamp:
31/08/2006 23:30:27 (5 years ago)
Author:
chris
Message:

Revert to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/common/Guards.h

    r710 r888  
    2525#include "MemLeakFindOn.h" 
    2626 
    27 template <int flags = O_RDONLY | O_BINARY, int mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)> 
     27template <int flags = O_RDONLY, int mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)> 
    2828class FileHandleGuard 
    2929{ 
Note: See TracChangeset for help on using the changeset viewer.