Cleanup namespaces

This commit is contained in:
badaix 2021-12-09 13:52:53 +01:00
parent d9bdd1b6c0
commit e7f1519ab2
7 changed files with 9 additions and 6 deletions

View file

@ -31,10 +31,10 @@
#endif
#include <deque>
using boost::asio::ip::tcp;
namespace beast = boost::beast; // from <boost/beast.hpp>
namespace http = beast::http; // from <boost/beast/http.hpp>
namespace websocket = beast::websocket; // from <boost/beast/websocket.hpp>
namespace net = boost::asio; // from <boost/asio.hpp>
/// Endpoint for a connected control client.