diff options
author | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-02-10 16:49:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:12 +0300 |
commit | e542cc14db4240643a06bb0dde87ecf361f101ab (patch) | |
tree | 3b03a4b94acd11a4eca042532035806e5fa08ad1 /util/network/socket.h | |
parent | e2ac73225f30f7fcf7df3cb225cba257f56144c1 (diff) | |
download | ydb-e542cc14db4240643a06bb0dde87ecf361f101ab.tar.gz |
Restoring authorship annotation for Andrey Fomichev <andrey.fomichev@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'util/network/socket.h')
-rw-r--r-- | util/network/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/network/socket.h b/util/network/socket.h index 40c8648b40..688f7966fd 100644 --- a/util/network/socket.h +++ b/util/network/socket.h @@ -400,7 +400,7 @@ public: const TSocket& GetSocket() const noexcept { return S_; } - + private: size_t DoRead(void* buf, size_t len) override; @@ -419,7 +419,7 @@ public: const TSocket& GetSocket() const noexcept { return S_; } - + private: void DoWrite(const void* buf, size_t len) override; void DoWriteV(const TPart* parts, size_t count) override; |