aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/socket.h
diff options
context:
space:
mode:
authoryazevnul <yazevnul@yandex-team.ru>2022-02-10 16:46:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:46 +0300
commit8cbc307de0221f84c80c42dcbe07d40727537e2c (patch)
tree625d5a673015d1df891e051033e9fcde5c7be4e5 /util/network/socket.h
parent30d1ef3941e0dc835be7609de5ebee66958f215a (diff)
downloadydb-8cbc307de0221f84c80c42dcbe07d40727537e2c.tar.gz
Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/socket.h')
-rw-r--r--util/network/socket.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/network/socket.h b/util/network/socket.h
index 40c8648b40..9f0e35e1d2 100644
--- a/util/network/socket.h
+++ b/util/network/socket.h
@@ -5,8 +5,8 @@
#include <util/system/yassert.h>
#include <util/system/defaults.h>
#include <util/system/error.h>
-#include <util/stream/output.h>
-#include <util/stream/input.h>
+#include <util/stream/output.h>
+#include <util/stream/input.h>
#include <util/generic/ptr.h>
#include <util/generic/yexception.h>
#include <util/generic/noncopyable.h>
@@ -223,7 +223,7 @@ public:
}
inline TIterator End() const noexcept {
- return TIterator(nullptr);
+ return TIterator(nullptr);
}
private:
@@ -297,7 +297,7 @@ private:
class TSocket {
public:
- using TPart = IOutputStream::TPart;
+ using TPart = IOutputStream::TPart;
class TOps {
public:
@@ -389,7 +389,7 @@ private:
TSimpleIntrusivePtr<TImpl> Impl_;
};
-class TSocketInput: public IInputStream {
+class TSocketInput: public IInputStream {
public:
TSocketInput(const TSocket& s) noexcept;
~TSocketInput() override;
@@ -408,7 +408,7 @@ private:
TSocket S_;
};
-class TSocketOutput: public IOutputStream {
+class TSocketOutput: public IOutputStream {
public:
TSocketOutput(const TSocket& s) noexcept;
~TSocketOutput() override;