mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
21 lines
414 B
C++
21 lines
414 B
C++
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#ifndef RIPPLE_ASIO_H_INCLUDED
|
|
#define RIPPLE_ASIO_H_INCLUDED
|
|
|
|
namespace ripple
|
|
{
|
|
|
|
using namespace beast;
|
|
|
|
//#include "sockets/ripple_TlsContext.h"
|
|
//#include "sockets/ripple_MultiSocket.h"
|
|
|
|
}
|
|
|
|
#endif
|