diff options
author | Oleg Sidorkin <[email protected]> | 2022-02-10 16:49:36 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:36 +0300 |
commit | 5ce74d4fee2d42a4b86efc02dfdc704d458760e1 (patch) | |
tree | f16a3558ca40d453a1c6a2ed764bd75d64cffade /util/system/filemap.h | |
parent | cd33f9aa8461f8e2b0b9e68efbb6bc9856197dc9 (diff) |
Restoring authorship annotation for Oleg Sidorkin <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r-- | util/system/filemap.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h index 11be64bff47..8be30c0a71a 100644 --- a/util/system/filemap.h +++ b/util/system/filemap.h @@ -88,7 +88,7 @@ public: i64 Length() const noexcept; bool IsOpen() const noexcept; - bool IsWritable() const noexcept; + bool IsWritable() const noexcept; EOpenMode GetMode() const noexcept; TFile GetFile() const noexcept; @@ -146,10 +146,10 @@ public: return Map_.IsOpen(); } - inline bool IsWritable() const noexcept { - return Map_.IsWritable(); - } - + inline bool IsWritable() const noexcept { + return Map_.IsWritable(); + } + EOpenMode GetMode() const noexcept { return Map_.GetMode(); } |