diff options
author | dima-zakharov <dima-zakharov@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
commit | 41e8c41790ddd8d92722a09f7d4e1934aefff0c5 (patch) | |
tree | 2f175d77fb38a4093ccc33353129ccff1e7db7ce /util/system/filemap.cpp | |
parent | ed935c8a4c7e6ca561c19047402b0f7442175b51 (diff) | |
download | ydb-41e8c41790ddd8d92722a09f7d4e1934aefff0c5.tar.gz |
Restoring authorship annotation for <dima-zakharov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.cpp')
-rw-r--r-- | util/system/filemap.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/filemap.cpp b/util/system/filemap.cpp index 7454a4cb948..cc8f0b48894 100644 --- a/util/system/filemap.cpp +++ b/util/system/filemap.cpp @@ -431,10 +431,10 @@ bool TMemoryMap::IsWritable() const noexcept { return Impl_->IsWritable(); } -TMemoryMap::EOpenMode TMemoryMap::GetMode() const noexcept { - return Impl_->GetMode(); -} - +TMemoryMap::EOpenMode TMemoryMap::GetMode() const noexcept { + return Impl_->GetMode(); +} + TFile TMemoryMap::GetFile() const noexcept { return Impl_->GetFile(); } |