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 SERVER_HPP
|
#ifndef SERVER_HTTP_HPP
|
||||||
#define SERVER_HPP
|
#define SERVER_HTTP_HPP
|
||||||
|
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
|
|
||||||
|
|
@ -198,4 +198,4 @@ namespace SimpleWeb {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif /* SERVER_HPP */
|
#endif /* SERVER_HTTP_HPP */
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef HTTPSSERVER_HPP
|
#ifndef SERVER_HTTPS_HPP
|
||||||
#define HTTPSSERVER_HPP
|
#define SERVER_HTTPS_HPP
|
||||||
|
|
||||||
#include "server_http.hpp"
|
#include "server_http.hpp"
|
||||||
#include <boost/asio/ssl.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