diff options
| author | Stefan Boberg <[email protected]> | 2021-09-09 20:46:22 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-09 20:46:22 +0200 |
| commit | 46aa14744ba72873975d288b568fa3b15d196a78 (patch) | |
| tree | 335055510cd45ef033b8b7565e9123f2b6887ce1 /zenhttp/httpnull.h | |
| parent | Merge from main (diff) | |
| download | zen-46aa14744ba72873975d288b568fa3b15d196a78.tar.xz zen-46aa14744ba72873975d288b568fa3b15d196a78.zip | |
clang-format
Diffstat (limited to 'zenhttp/httpnull.h')
| -rw-r--r-- | zenhttp/httpnull.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zenhttp/httpnull.h b/zenhttp/httpnull.h index 9cec33c98..b15b1b123 100644 --- a/zenhttp/httpnull.h +++ b/zenhttp/httpnull.h @@ -1,13 +1,15 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + #pragma once -#include <zenhttp/httpserver.h> #include <zencore/thread.h> +#include <zenhttp/httpserver.h> namespace zen { /** * @brief Null implementation of "http" server. Does nothing -*/ + */ class HttpNullServer : public HttpServer { |