mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
23 lines
459 B
C++
23 lines
459 B
C++
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#ifndef RIPPLE_ASIO_H_INCLUDED
|
|
#define RIPPLE_ASIO_H_INCLUDED
|
|
|
|
#include "beast/modules/beast_asio/beast_asio.h"
|
|
|
|
namespace ripple
|
|
{
|
|
|
|
using namespace beast;
|
|
|
|
#include "sockets/RippleSSLContext.h"
|
|
#include "sockets/ripple_MultiSocket.h"
|
|
|
|
}
|
|
|
|
#endif
|