From 4a63b126b3c3bef1c1c119fbfe99e58f1714ffcb Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 2 Nov 2014 12:27:18 +0100 Subject: [PATCH] renamed #define CLIENT_WS_HPP and CLIENT_WSS_HPP to CLIENT_HTTP_HPP and CLIENT_HTTPS_HPP. --- client_http.hpp | 6 +++--- client_https.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client_http.hpp b/client_http.hpp index b412296..a840408 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -1,5 +1,5 @@ -#ifndef CLIENT_WS_HPP -#define CLIENT_WS_HPP +#ifndef CLIENT_HTTP_HPP +#define CLIENT_HTTP_HPP #include @@ -200,4 +200,4 @@ namespace SimpleWeb { }; } -#endif /* CLIENT_WS_HPP */ \ No newline at end of file +#endif /* CLIENT_HTTP_HPP */ \ No newline at end of file diff --git a/client_https.hpp b/client_https.hpp index 2099416..adc53a1 100644 --- a/client_https.hpp +++ b/client_https.hpp @@ -1,5 +1,5 @@ -#ifndef CLIENT_WSS_HPP -#define CLIENT_WSS_HPP +#ifndef CLIENT_HTTPS_HPP +#define CLIENT_HTTPS_HPP #include "client_http.hpp" #include @@ -46,4 +46,4 @@ namespace SimpleWeb { }; } -#endif /* CLIENT_WSS_HPP */ \ No newline at end of file +#endif /* CLIENT_HTTPS_HPP */ \ No newline at end of file