diff options
author | zdm <[email protected]> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:24 +0300 |
commit | 19bd45eb7775ffded0c62ab05d10b7326198aaa6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/server/http.cpp | |
parent | 5062bdf2c2bf1b46701280e5dc5ed6d1f7bd4e3e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/server/http.cpp')
-rw-r--r-- | library/cpp/http/server/http.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp index ae8a1327897..128583bdd70 100644 --- a/library/cpp/http/server/http.cpp +++ b/library/cpp/http/server/http.cpp @@ -26,8 +26,8 @@ #include <sys/stat.h> #include <sys/types.h> -using namespace NAddr; - +using namespace NAddr; + namespace { class IPollAble { public: |