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 | fc8d3fe40009fab7705035e6ffdc3eb334307c80 (patch) | |
tree | 727a724ad16999a718de495cb330555f602cf01a /util/system/file.h | |
parent | fcd93d3533aed781986b121b1362ca188bd96367 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 9502e159b6f..8b6086343cb 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" */ |