diff options
author | aavdonkin <[email protected]> | 2022-02-10 16:49:57 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:57 +0300 |
commit | efc32853c4263131bc59412eaf1a9e4aaae2a1f9 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/file.h | |
parent | fc8d3fe40009fab7705035e6ffdc3eb334307c80 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/file.h')
-rw-r--r-- | util/system/file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/file.h b/util/system/file.h index 8b6086343cb..9502e159b6f 100644 --- a/util/system/file.h +++ b/util/system/file.h @@ -127,7 +127,7 @@ public: //very low-level methods bool SetDirect(); - void ResetDirect(); + void ResetDirect(); /* Manual file cache management, length = 0 means "as much as possible" */ @@ -197,8 +197,8 @@ public: void Flock(int op); //do not use, their meaning very platform-dependant - void SetDirect(); - void ResetDirect(); + void SetDirect(); + void ResetDirect(); /* Manual file cache management, length = 0 means "as much as possible" */ |