minor changes

This commit is contained in:
eidheim 2014-07-13 01:13:05 +02:00
commit f018ce81ff
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#ifndef SERVER_HPP
#define SERVER_HPP
#ifndef SERVER_HTTP_HPP
#define SERVER_HTTP_HPP
#include <boost/asio.hpp>
@ -198,4 +198,4 @@ namespace SimpleWeb {
}
};
}
#endif /* SERVER_HPP */
#endif /* SERVER_HTTP_HPP */

View file

@ -1,5 +1,5 @@
#ifndef HTTPSSERVER_HPP
#define HTTPSSERVER_HPP
#ifndef SERVER_HTTPS_HPP
#define SERVER_HTTPS_HPP
#include "server_http.hpp"
#include <boost/asio/ssl.hpp>
@ -41,5 +41,5 @@ namespace SimpleWeb {
}
#endif /* HTTPSSERVER_HPP */
#endif /* SERVER_HTTPS_HPP */