diff options
author | asa <[email protected]> | 2022-02-10 16:50:54 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:54 +0300 |
commit | 74f28e6c6fad7c4b75d97dcc239d29df04e525cb (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/filemap.h | |
parent | c3206fd73f199b90b23e450b1d30b63c8e13a5a6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r-- | util/system/filemap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h index dc2840e7790..11be64bff47 100644 --- a/util/system/filemap.h +++ b/util/system/filemap.h @@ -67,7 +67,7 @@ struct TMemoryMapCommon { static TString UnknownFileName(); }; Y_DECLARE_OPERATORS_FOR_FLAGS(TMemoryMapCommon::EOpenMode) - + class TMemoryMap: public TMemoryMapCommon { public: explicit TMemoryMap(const TString& name); @@ -161,7 +161,7 @@ public: inline size_t MappedSize() const noexcept { return Region_.MappedSize(); } - + TFile GetFile() const noexcept { return Map_.GetFile(); } |