Beast.WebSocket:

Beast.WebSocket provides developers with a robust WebSocket
implementation built on Boost.Asio with a consistent asynchronous
model using a modern C++ approach.
This commit is contained in:
Vinnie Falco
2016-02-25 16:17:19 -05:00
parent 5e8d028da2
commit 2cb3834bbb
106 changed files with 14671 additions and 772 deletions

View File

@@ -19,17 +19,9 @@
#if ! BEAST_COMPILE_OBJECTIVE_CPP
/* This file includes all of the beast sources needed to link.
By including them here, we avoid having to muck with the SConstruct
Makefile, Project file, or whatever.
*/
// MUST come first!
#include <BeastConfig.h>
// Include this to get all the basic includes included, to prevent errors
#include <ripple/beast/core/core.unity.cpp>
#include <beast/unit_test/define_print.cpp>
#endif