aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/poller.h
diff options
context:
space:
mode:
authortejblum <tejblum@yandex-team.ru>2022-02-10 16:48:02 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:02 +0300
commit2bf39531b4f50b889e946ac4866018678a4fb281 (patch)
tree65ee082892af9db55f726e13950abf0b1cc65992 /util/network/poller.h
parenta61e8c559b6b690a019253067224d595e3d642f1 (diff)
downloadydb-2bf39531b4f50b889e946ac4866018678a4fb281.tar.gz
Restoring authorship annotation for <tejblum@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/poller.h')
-rw-r--r--util/network/poller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/poller.h b/util/network/poller.h
index 8dccd73140..37873e911a 100644
--- a/util/network/poller.h
+++ b/util/network/poller.h
@@ -1,10 +1,10 @@
#pragma once
-
+
#include "socket.h"
#include <util/generic/ptr.h>
#include <util/datetime/base.h>
-
+
class TSocketPoller {
public:
TSocketPoller();
@@ -55,4 +55,4 @@ public:
private:
class TImpl;
THolder<TImpl> Impl_;
-};
+};