mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
37 lines
860 B
C++
37 lines
860 B
C++
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
/** Add this to get the @ref ripple_asio module.
|
|
|
|
@file ripple_asio.cpp
|
|
@ingroup ripple_asio
|
|
*/
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
#include "BeastConfig.h"
|
|
|
|
#include "beast/modules/beast_basics/beast_basics.h"
|
|
|
|
#include "ripple_asio.h"
|
|
|
|
#include "ripple_asio_impl.h"
|
|
|
|
namespace ripple
|
|
{
|
|
|
|
#include "boost/ripple_IoService.cpp"
|
|
#include "boost/ripple_SslContext.cpp"
|
|
|
|
# include "sockets/ripple_RippleTlsContext.h"
|
|
# include "sockets/ripple_MultiSocket.h"
|
|
#include "sockets/ripple_MultiSocketType.h"
|
|
|
|
#include "sockets/ripple_RippleTlsContext.cpp"
|
|
#include "sockets/ripple_MultiSocket.cpp"
|
|
|
|
}
|