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