Files
xahaud/modules/ripple_asio/ripple_asio_fwdecl.h
2013-08-07 15:16:44 -07:00

33 lines
540 B
C++

//------------------------------------------------------------------------------
/*
Copyright (c) 2011-2013, OpenCoin, Inc.
*/
//==============================================================================
#ifndef RIPPLE_ASIO_FWDECL_H_INCLUDED
#define RIPPLE_ASIO_FWDECL_H_INCLUDED
/** Forward declarations for boost::asio.
These allow the header material for boost::asio to be omitted for
most translation units.
*/
namespace boost {
namespace asio {
class io_service;
namespace ssl {
class context;
}
}
}
#endif