aboutsummaryrefslogtreecommitdiffstats
path: root/http-server/content.h
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-02-16 17:53:36 +0100
committerMauro Sardara <msardara+fdio@cisco.com>2018-02-16 18:18:16 +0100
commita81921f0fd4296f8def24665174062782b3480be (patch)
treed645459d7fb1fa1b76159cc548af71cce85dd343 /http-server/content.h
parent0475d783825a6f649853da581df5d812cf5f3bae (diff)
Added reverse proxy (TCP --> ICN) functionality
Change-Id: I2305aa11aea4a37d3d63c6399c49389f78dfd91c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'http-server/content.h')
-rw-r--r--http-server/content.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/http-server/content.h b/http-server/content.h
index a81ad643..4e2fe74f 100644
--- a/http-server/content.h
+++ b/http-server/content.h
@@ -15,8 +15,7 @@
#include "common.h"
-#ifndef ICN_WEB_SERVER_CONTENT_H_
-#define ICN_WEB_SERVER_CONTENT_H_
+#pragma once
namespace icn_httpserver {
@@ -34,5 +33,3 @@ class Content
};
} // end namespace icn_httpserver
-
-#endif // ICN_WEB_SERVER_CONTENT_H_