//------------------------------------------------------------------------------ /* Copyright (c) 2011-2013, OpenCoin, Inc. */ //============================================================================== #ifndef RIPPLE_ASIO_IMPL_H_INCLUDED #define RIPPLE_ASIO_IMPL_H_INCLUDED #include // Once everything is converted, these can be moved to ripple_asio.cpp #include #include #include #include #include #include #include #include // for unit test #include #include /** Implementations for boost::asio abstractions. These require boost::asio header material to be included. */ namespace ripple { } #endif