minor changes
This commit is contained in:
parent
625de45065
commit
f018ce81ff
2 changed files with 6 additions and 6 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue