aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/dns/thread.h
diff options
context:
space:
mode:
authorand42 <and42@yandex-team.ru>2022-02-10 16:47:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:12 +0300
commit4fc9a1a64db469cc94894abfec740aa5c9e9789b (patch)
tree525f0b4c196e68c46ae8411cddc11211ef5670c1 /library/cpp/dns/thread.h
parent287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d (diff)
downloadydb-4fc9a1a64db469cc94894abfec740aa5c9e9789b.tar.gz
Restoring authorship annotation for <and42@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/dns/thread.h')
-rw-r--r--library/cpp/dns/thread.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/dns/thread.h b/library/cpp/dns/thread.h
index 06b41d78ced..16b63844ac3 100644
--- a/library/cpp/dns/thread.h
+++ b/library/cpp/dns/thread.h
@@ -1,12 +1,12 @@
-#pragma once
-
-#include <util/network/socket.h>
-
+#pragma once
+
+#include <util/network/socket.h>
+
#include <util/generic/string.h>
-#include <util/generic/ptr.h>
-
-namespace NDns {
- typedef TAutoPtr<TNetworkAddress> TNetworkAddressPtr;
-
+#include <util/generic/ptr.h>
+
+namespace NDns {
+ typedef TAutoPtr<TNetworkAddress> TNetworkAddressPtr;
+
TNetworkAddressPtr ThreadedResolve(const TString& host, ui16 port);
-}
+}