aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpnull.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-09 20:46:22 +0200
committerStefan Boberg <[email protected]>2021-09-09 20:46:22 +0200
commit46aa14744ba72873975d288b568fa3b15d196a78 (patch)
tree335055510cd45ef033b8b7565e9123f2b6887ce1 /zenhttp/httpnull.h
parentMerge from main (diff)
downloadzen-46aa14744ba72873975d288b568fa3b15d196a78.tar.xz
zen-46aa14744ba72873975d288b568fa3b15d196a78.zip
clang-format
Diffstat (limited to 'zenhttp/httpnull.h')
-rw-r--r--zenhttp/httpnull.h6
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
{