mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
New beast Socket, SharedHandler, ComposedAsyncOperation APIs
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
namespace beast
|
||||
{
|
||||
|
||||
#include "basics/beast_HandlerCall.cpp"
|
||||
#include "async/beast_SharedHandler.cpp"
|
||||
|
||||
#include "basics/beast_PeerRole.cpp"
|
||||
|
||||
#include "sockets/beast_SocketBase.cpp"
|
||||
@@ -35,6 +36,7 @@ namespace beast
|
||||
|
||||
#include "handshake/beast_HandshakeDetectLogicPROXY.cpp"
|
||||
|
||||
#include "tests/beast_PeerTest.cpp"
|
||||
#include "tests/beast_TestPeerBasics.cpp"
|
||||
#include "tests/beast_TestPeerLogic.cpp"
|
||||
#include "tests/beast_TestPeerLogicProxyClient.cpp"
|
||||
@@ -42,8 +44,8 @@ namespace beast
|
||||
#include "tests/beast_TestPeerLogicSyncClient.cpp"
|
||||
#include "tests/beast_TestPeerLogicAsyncServer.cpp"
|
||||
#include "tests/beast_TestPeerLogicAsyncClient.cpp"
|
||||
|
||||
#include "tests/beast_PeerTest.cpp"
|
||||
#include "tests/beast_TestPeerUnitTests.cpp"
|
||||
|
||||
#include "system/beast_BoostUnitTests.cpp"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user