diff options
author | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-02-10 16:49:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:15 +0300 |
commit | 1c61afbf3db63940d05e6fefa3104b03457788a1 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/network/socket.h | |
parent | e542cc14db4240643a06bb0dde87ecf361f101ab (diff) | |
download | ydb-1c61afbf3db63940d05e6fefa3104b03457788a1.tar.gz |
Restoring authorship annotation for Andrey Fomichev <andrey.fomichev@gmail.com>. Commit 2 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 688f7966fd2..40c8648b409 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; |