diff options
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 { |