Files
xahaud/modules/ripple_basio/ripple_basio_impl.h
2013-07-10 09:51:33 -07:00

25 lines
575 B
C++

//------------------------------------------------------------------------------
/*
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 <boost/asio/io_service.hpp>
#include <boost/asio/ssl.hpp>
/** Implementations for boost::asio abstractions.
These require boost::asio header material to be included.
*/
namespace ripple
{
}
#endif