File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed
Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1818 USA
1919*/
2020
21+ #if !defined (_HTTPSERVER_HPP_INSIDE_) && !defined (HTTPSERVER_COMPILATION)
22+ #error "Only <httpserver.hpp> or <httpserverpp> can be included directly."
23+ #endif
24+
2125#ifndef _CACHE_ENTRY_HPP_
2226#define _CACHE_ENTRY_HPP_
2327
Original file line number Diff line number Diff line change 1818 USA
1919*/
2020
21+ #if !defined (_HTTPSERVER_HPP_INSIDE_) && !defined (HTTPSERVER_COMPILATION)
22+ #error "Only <httpserver.hpp> or <httpserverpp> can be included directly."
23+ #endif
24+
25+ #ifndef _COMET_MANAGER_HPP_
26+ #define _COMET_MANAGER_HPP_
27+
2128#include < pthread.h>
2229#include < vector>
2330#include < set>
@@ -95,3 +102,5 @@ class comet_manager
95102} // details
96103
97104} // httpserver
105+
106+ #endif // _COMET_MANAGER_HPP_
Original file line number Diff line number Diff line change 1818 USA
1919*/
2020
21+ #if !defined (_HTTPSERVER_HPP_INSIDE_) && !defined (HTTPSERVER_COMPILATION)
22+ #error "Only <httpserver.hpp> or <httpserverpp> can be included directly."
23+ #endif
24+
2125#ifndef _HTTP_RESPONSE_PTR_HPP_
2226#define _HTTP_RESPONSE_PTR_HPP_
2327
Original file line number Diff line number Diff line change 1818 USA
1919*/
2020
21+ #if !defined (_HTTPSERVER_HPP_INSIDE_) && !defined (HTTPSERVER_COMPILATION)
22+ #error "Only <httpserver.hpp> or <httpserverpp> can be included directly."
23+ #endif
24+
2125#ifndef _MODDED_REQUEST_HPP_
2226#define _MODDED_REQUEST_HPP_
2327
You can’t perform that action at this time.
0 commit comments