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 | 5062bdf2c2bf1b46701280e5dc5ed6d1f7bd4e3e (patch) | |
| tree | 71dea1966d70ae4fc7b31cccf3a492f6efc621f7 /library/cpp/http/server/http.cpp | |
| parent | 2ab6bab688484680d3ebc5c4a7e9cd3ff04fda04 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 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 128583bdd70..ae8a1327897 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: |
