summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/socket_base
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/html/boost_asio/reference/socket_base
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/html/boost_asio/reference/socket_base')
-rw-r--r--doc/html/boost_asio/reference/socket_base/_socket_base.html12
-rw-r--r--doc/html/boost_asio/reference/socket_base/broadcast.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/bytes_readable.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/debug.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/do_not_route.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/keep_alive.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/linger.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/max_connections.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_do_not_route.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_end_of_record.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_flags.html12
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_out_of_band.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/message_peek.html6
-rw-r--r--doc/html/boost_asio/reference/socket_base/non_blocking_io.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/receive_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/receive_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/reuse_address.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/send_buffer_size.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/send_low_watermark.html14
-rw-r--r--doc/html/boost_asio/reference/socket_base/shutdown_type.html16
21 files changed, 126 insertions, 126 deletions
diff --git a/doc/html/boost_asio/reference/socket_base/_socket_base.html b/doc/html/boost_asio/reference/socket_base/_socket_base.html
index ac109f3f17..b07272dddd 100644
--- a/doc/html/boost_asio/reference/socket_base/_socket_base.html
+++ b/doc/html/boost_asio/reference/socket_base/_socket_base.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::~socket_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="shutdown_type.html" title="socket_base::shutdown_type">
-<link rel="next" href="../ssl__context.html" title="ssl::context">
+<link rel="next" href="../spawn.html" title="spawn">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,14 +20,14 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ssl__context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../spawn.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.socket_base._socket_base"></a><a class="link" href="_socket_base.html" title="socket_base::~socket_base">socket_base::~socket_base</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1549188"></a>
+ <a class="indexterm" name="idp193580928"></a>
Protected destructor to prevent deletion through
this type.
</p>
@@ -36,7 +36,7 @@ Protected destructor to prevent deletion through
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -44,7 +44,7 @@ Protected destructor to prevent deletion through
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ssl__context.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="shutdown_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../spawn.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
diff --git a/doc/html/boost_asio/reference/socket_base/broadcast.html b/doc/html/boost_asio/reference/socket_base/broadcast.html
index c1d213f035..bca090ee1d 100644
--- a/doc/html/boost_asio/reference/socket_base/broadcast.html
+++ b/doc/html/boost_asio/reference/socket_base/broadcast.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::broadcast</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="../socket_base.html" title="socket_base">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.broadcast"></a><a class="link" href="broadcast.html" title="socket_base::broadcast">socket_base::broadcast</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1542644"></a>
+ <a class="indexterm" name="idp192805712"></a>
Socket option to permit sending of broadcast messages.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">broadcast</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option to permit sending of broadcast messages.
</p>
<h6>
<a name="boost_asio.reference.socket_base.broadcast.h0"></a>
- <span><a name="boost_asio.reference.socket_base.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.broadcast.examples"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option to permit sending of broadcast messages.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.broadcast.h1"></a>
- <span><a name="boost_asio.reference.socket_base.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.broadcast.requirements"></a></span><a class="link" href="broadcast.html#boost_asio.reference.socket_base.broadcast.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/bytes_readable.html b/doc/html/boost_asio/reference/socket_base/bytes_readable.html
index 28b4535559..916b3218bb 100644
--- a/doc/html/boost_asio/reference/socket_base/bytes_readable.html
+++ b/doc/html/boost_asio/reference/socket_base/bytes_readable.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::bytes_readable</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="broadcast.html" title="socket_base::broadcast">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.bytes_readable"></a><a class="link" href="bytes_readable.html" title="socket_base::bytes_readable">socket_base::bytes_readable</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1543114"></a>
+ <a class="indexterm" name="idp192861920"></a>
IO control command to get the amount of data that
can be read without blocking.
</p>
@@ -38,7 +38,7 @@ IO control command to get the amount of data that
</p>
<h6>
<a name="boost_asio.reference.socket_base.bytes_readable.h0"></a>
- <span><a name="boost_asio.reference.socket_base.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.bytes_readable.example"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -48,18 +48,18 @@ IO control command to get the amount of data that
</pre>
<h6>
<a name="boost_asio.reference.socket_base.bytes_readable.h1"></a>
- <span><a name="boost_asio.reference.socket_base.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.bytes_readable.requirements"></a></span><a class="link" href="bytes_readable.html#boost_asio.reference.socket_base.bytes_readable.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/debug.html b/doc/html/boost_asio/reference/socket_base/debug.html
index c537974b94..3dea6b4133 100644
--- a/doc/html/boost_asio/reference/socket_base/debug.html
+++ b/doc/html/boost_asio/reference/socket_base/debug.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::debug</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="bytes_readable.html" title="socket_base::bytes_readable">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.debug"></a><a class="link" href="debug.html" title="socket_base::debug">socket_base::debug</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1543446"></a>
+ <a class="indexterm" name="idp192901136"></a>
Socket option to enable socket-level debugging.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">debug</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option to enable socket-level debugging.
</p>
<h6>
<a name="boost_asio.reference.socket_base.debug.h0"></a>
- <span><a name="boost_asio.reference.socket_base.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.debug.examples"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option to enable socket-level debugging.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.debug.h1"></a>
- <span><a name="boost_asio.reference.socket_base.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.debug.requirements"></a></span><a class="link" href="debug.html#boost_asio.reference.socket_base.debug.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/do_not_route.html b/doc/html/boost_asio/reference/socket_base/do_not_route.html
index 51142f933b..910e315d1c 100644
--- a/doc/html/boost_asio/reference/socket_base/do_not_route.html
+++ b/doc/html/boost_asio/reference/socket_base/do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="debug.html" title="socket_base::debug">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.do_not_route"></a><a class="link" href="do_not_route.html" title="socket_base::do_not_route">socket_base::do_not_route</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1543916"></a>
+ <a class="indexterm" name="idp192957168"></a>
Socket option to prevent routing, use local interfaces
only.
</p>
@@ -38,7 +38,7 @@ Socket option to prevent routing, use local interfaces
</p>
<h6>
<a name="boost_asio.reference.socket_base.do_not_route.h0"></a>
- <span><a name="boost_asio.reference.socket_base.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option to prevent routing, use local interfaces
</pre>
<h6>
<a name="boost_asio.reference.socket_base.do_not_route.h1"></a>
- <span><a name="boost_asio.reference.socket_base.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.socket_base.do_not_route.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html b/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html
index cc97e280af..5e75052dd3 100644
--- a/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html
+++ b/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::enable_connection_aborted</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="do_not_route.html" title="socket_base::do_not_route">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.enable_connection_aborted"></a><a class="link" href="enable_connection_aborted.html" title="socket_base::enable_connection_aborted">socket_base::enable_connection_aborted</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1544388"></a>
+ <a class="indexterm" name="idp193013328"></a>
Socket option to report aborted connections
on accept.
</p>
@@ -40,7 +40,7 @@ Socket option to report aborted connections
</p>
<h6>
<a name="boost_asio.reference.socket_base.enable_connection_aborted.h0"></a>
- <span><a name="boost_asio.reference.socket_base.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.enable_connection_aborted.examples"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -61,18 +61,18 @@ Socket option to report aborted connections
</pre>
<h6>
<a name="boost_asio.reference.socket_base.enable_connection_aborted.h1"></a>
- <span><a name="boost_asio.reference.socket_base.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.enable_connection_aborted.requirements"></a></span><a class="link" href="enable_connection_aborted.html#boost_asio.reference.socket_base.enable_connection_aborted.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/keep_alive.html b/doc/html/boost_asio/reference/socket_base/keep_alive.html
index 4164a58f7f..41976a6825 100644
--- a/doc/html/boost_asio/reference/socket_base/keep_alive.html
+++ b/doc/html/boost_asio/reference/socket_base/keep_alive.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::keep_alive</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="enable_connection_aborted.html" title="socket_base::enable_connection_aborted">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.keep_alive"></a><a class="link" href="keep_alive.html" title="socket_base::keep_alive">socket_base::keep_alive</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1544902"></a>
+ <a class="indexterm" name="idp193074432"></a>
Socket option to send keep-alives.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">keep_alive</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option to send keep-alives.
</p>
<h6>
<a name="boost_asio.reference.socket_base.keep_alive.h0"></a>
- <span><a name="boost_asio.reference.socket_base.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.keep_alive.examples"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option to send keep-alives.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.keep_alive.h1"></a>
- <span><a name="boost_asio.reference.socket_base.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.keep_alive.requirements"></a></span><a class="link" href="keep_alive.html#boost_asio.reference.socket_base.keep_alive.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/linger.html b/doc/html/boost_asio/reference/socket_base/linger.html
index d2e77671ce..fddc951dfc 100644
--- a/doc/html/boost_asio/reference/socket_base/linger.html
+++ b/doc/html/boost_asio/reference/socket_base/linger.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::linger</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="keep_alive.html" title="socket_base::keep_alive">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.linger"></a><a class="link" href="linger.html" title="socket_base::linger">socket_base::linger</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1545373"></a>
+ <a class="indexterm" name="idp193130496"></a>
Socket option to specify whether the socket lingers on
close if unsent data is present.
</p>
@@ -38,7 +38,7 @@ Socket option to specify whether the socket lingers on
</p>
<h6>
<a name="boost_asio.reference.socket_base.linger.h0"></a>
- <span><a name="boost_asio.reference.socket_base.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.linger.examples"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -60,18 +60,18 @@ Socket option to specify whether the socket lingers on
</pre>
<h6>
<a name="boost_asio.reference.socket_base.linger.h1"></a>
- <span><a name="boost_asio.reference.socket_base.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.linger.requirements"></a></span><a class="link" href="linger.html#boost_asio.reference.socket_base.linger.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/max_connections.html b/doc/html/boost_asio/reference/socket_base/max_connections.html
index 7e8e306499..6d2bb7cda7 100644
--- a/doc/html/boost_asio/reference/socket_base/max_connections.html
+++ b/doc/html/boost_asio/reference/socket_base/max_connections.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::max_connections</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="linger.html" title="socket_base::linger">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.max_connections"></a><a class="link" href="max_connections.html" title="socket_base::max_connections">socket_base::max_connections</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1545895"></a>
+ <a class="indexterm" name="idp193192592"></a>
The maximum length of the queue of pending incoming
connections.
</p>
@@ -36,7 +36,7 @@ The maximum length of the queue of pending incoming
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_do_not_route.html b/doc/html/boost_asio/reference/socket_base/message_do_not_route.html
index a6db1ae403..f27ddc9329 100644
--- a/doc/html/boost_asio/reference/socket_base/message_do_not_route.html
+++ b/doc/html/boost_asio/reference/socket_base/message_do_not_route.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_do_not_route</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="max_connections.html" title="socket_base::max_connections">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_do_not_route"></a><a class="link" href="message_do_not_route.html" title="socket_base::message_do_not_route">socket_base::message_do_not_route</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1545969"></a>
+ <a class="indexterm" name="idp193201264"></a>
Specify that the data should not be subject
to routing.
</p>
@@ -36,7 +36,7 @@ Specify that the data should not be subject
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_end_of_record.html b/doc/html/boost_asio/reference/socket_base/message_end_of_record.html
index 0bd91f10a2..cdadb7d8bb 100644
--- a/doc/html/boost_asio/reference/socket_base/message_end_of_record.html
+++ b/doc/html/boost_asio/reference/socket_base/message_end_of_record.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_end_of_record</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_do_not_route.html" title="socket_base::message_do_not_route">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_end_of_record"></a><a class="link" href="message_end_of_record.html" title="socket_base::message_end_of_record">socket_base::message_end_of_record</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546044"></a>
+ <a class="indexterm" name="idp193209936"></a>
Specifies that the data marks the end of
a record.
</p>
@@ -36,7 +36,7 @@ Specifies that the data marks the end of
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_flags.html b/doc/html/boost_asio/reference/socket_base/message_flags.html
index 5418e6a130..9d49c36c83 100644
--- a/doc/html/boost_asio/reference/socket_base/message_flags.html
+++ b/doc/html/boost_asio/reference/socket_base/message_flags.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_end_of_record.html" title="socket_base::message_end_of_record">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_flags"></a><a class="link" href="message_flags.html" title="socket_base::message_flags">socket_base::message_flags</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546119"></a>
+ <a class="indexterm" name="idp193218656"></a>
Bitmask type for flags that can be passed to send
and receive operations.
</p>
@@ -35,18 +35,18 @@ Bitmask type for flags that can be passed to send
</pre>
<h6>
<a name="boost_asio.reference.socket_base.message_flags.h0"></a>
- <span><a name="boost_asio.reference.socket_base.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.socket_base.message_flags.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.socket_base.message_flags.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_out_of_band.html b/doc/html/boost_asio/reference/socket_base/message_out_of_band.html
index 58c88c0c1c..169efafed6 100644
--- a/doc/html/boost_asio/reference/socket_base/message_out_of_band.html
+++ b/doc/html/boost_asio/reference/socket_base/message_out_of_band.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_out_of_band</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_flags.html" title="socket_base::message_flags">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_out_of_band"></a><a class="link" href="message_out_of_band.html" title="socket_base::message_out_of_band">socket_base::message_out_of_band</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546229"></a>
+ <a class="indexterm" name="idp193230928"></a>
Process out-of-band data.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">message_out_of_band</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span>
@@ -35,7 +35,7 @@ Process out-of-band data.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/message_peek.html b/doc/html/boost_asio/reference/socket_base/message_peek.html
index 0e8141bf86..e665517305 100644
--- a/doc/html/boost_asio/reference/socket_base/message_peek.html
+++ b/doc/html/boost_asio/reference/socket_base/message_peek.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::message_peek</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_out_of_band.html" title="socket_base::message_out_of_band">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.message_peek"></a><a class="link" href="message_peek.html" title="socket_base::message_peek">socket_base::message_peek</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546303"></a>
+ <a class="indexterm" name="idp193239456"></a>
Peek at incoming data without removing it from the
input queue.
</p>
@@ -36,7 +36,7 @@ Peek at incoming data without removing it from the
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/non_blocking_io.html b/doc/html/boost_asio/reference/socket_base/non_blocking_io.html
index ef9679eff6..73337c46e4 100644
--- a/doc/html/boost_asio/reference/socket_base/non_blocking_io.html
+++ b/doc/html/boost_asio/reference/socket_base/non_blocking_io.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="message_peek.html" title="socket_base::message_peek">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.non_blocking_io"></a><a class="link" href="non_blocking_io.html" title="socket_base::non_blocking_io">socket_base::non_blocking_io</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546377"></a>
+ <a class="indexterm" name="idp193248224"></a>
(Deprecated: Use non_blocking().) IO control
command to set the blocking mode of the socket.
</p>
@@ -38,7 +38,7 @@
</p>
<h6>
<a name="boost_asio.reference.socket_base.non_blocking_io.h0"></a>
- <span><a name="boost_asio.reference.socket_base.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.example">Example</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.non_blocking_io.example"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
@@ -47,18 +47,18 @@
</pre>
<h6>
<a name="boost_asio.reference.socket_base.non_blocking_io.h1"></a>
- <span><a name="boost_asio.reference.socket_base.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.non_blocking_io.requirements"></a></span><a class="link" href="non_blocking_io.html#boost_asio.reference.socket_base.non_blocking_io.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html b/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html
index 2dd7904e81..7c84091cd4 100644
--- a/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html
+++ b/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::receive_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="non_blocking_io.html" title="socket_base::non_blocking_io">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.receive_buffer_size"></a><a class="link" href="receive_buffer_size.html" title="socket_base::receive_buffer_size">socket_base::receive_buffer_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1546668"></a>
+ <a class="indexterm" name="idp193282192"></a>
Socket option for the receive buffer size
of a socket.
</p>
@@ -38,7 +38,7 @@ Socket option for the receive buffer size
</p>
<h6>
<a name="boost_asio.reference.socket_base.receive_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.socket_base.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_buffer_size.examples"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option for the receive buffer size
</pre>
<h6>
<a name="boost_asio.reference.socket_base.receive_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.socket_base.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_buffer_size.requirements"></a></span><a class="link" href="receive_buffer_size.html#boost_asio.reference.socket_base.receive_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html b/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html
index 082ef05f92..4fa3815b41 100644
--- a/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::receive_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="receive_buffer_size.html" title="socket_base::receive_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.receive_low_watermark"></a><a class="link" href="receive_low_watermark.html" title="socket_base::receive_low_watermark">socket_base::receive_low_watermark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1547143"></a>
+ <a class="indexterm" name="idp193338336"></a>
Socket option for the receive low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">receive_low_watermark</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option for the receive low watermark.
</p>
<h6>
<a name="boost_asio.reference.socket_base.receive_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.socket_base.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_low_watermark.examples"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option for the receive low watermark.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.receive_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.socket_base.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.receive_low_watermark.requirements"></a></span><a class="link" href="receive_low_watermark.html#boost_asio.reference.socket_base.receive_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/reuse_address.html b/doc/html/boost_asio/reference/socket_base/reuse_address.html
index 8bb07f8c38..6d97412ba5 100644
--- a/doc/html/boost_asio/reference/socket_base/reuse_address.html
+++ b/doc/html/boost_asio/reference/socket_base/reuse_address.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::reuse_address</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="receive_low_watermark.html" title="socket_base::receive_low_watermark">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.reuse_address"></a><a class="link" href="reuse_address.html" title="socket_base::reuse_address">socket_base::reuse_address</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1547617"></a>
+ <a class="indexterm" name="idp193394640"></a>
Socket option to allow the socket to be bound to
an address that is already in use.
</p>
@@ -38,7 +38,7 @@ Socket option to allow the socket to be bound to
</p>
<h6>
<a name="boost_asio.reference.socket_base.reuse_address.h0"></a>
- <span><a name="boost_asio.reference.socket_base.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.reuse_address.examples"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option to allow the socket to be bound to
</pre>
<h6>
<a name="boost_asio.reference.socket_base.reuse_address.h1"></a>
- <span><a name="boost_asio.reference.socket_base.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.reuse_address.requirements"></a></span><a class="link" href="reuse_address.html#boost_asio.reference.socket_base.reuse_address.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/send_buffer_size.html b/doc/html/boost_asio/reference/socket_base/send_buffer_size.html
index 001966e0f7..dcac9e2e82 100644
--- a/doc/html/boost_asio/reference/socket_base/send_buffer_size.html
+++ b/doc/html/boost_asio/reference/socket_base/send_buffer_size.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::send_buffer_size</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="reuse_address.html" title="socket_base::reuse_address">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.send_buffer_size"></a><a class="link" href="send_buffer_size.html" title="socket_base::send_buffer_size">socket_base::send_buffer_size</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1548089"></a>
+ <a class="indexterm" name="idp193451088"></a>
Socket option for the send buffer size of a
socket.
</p>
@@ -38,7 +38,7 @@ Socket option for the send buffer size of a
</p>
<h6>
<a name="boost_asio.reference.socket_base.send_buffer_size.h0"></a>
- <span><a name="boost_asio.reference.socket_base.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_buffer_size.examples"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -59,18 +59,18 @@ Socket option for the send buffer size of a
</pre>
<h6>
<a name="boost_asio.reference.socket_base.send_buffer_size.h1"></a>
- <span><a name="boost_asio.reference.socket_base.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_buffer_size.requirements"></a></span><a class="link" href="send_buffer_size.html#boost_asio.reference.socket_base.send_buffer_size.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/send_low_watermark.html b/doc/html/boost_asio/reference/socket_base/send_low_watermark.html
index 02daa3f93e..9a8ee2d543 100644
--- a/doc/html/boost_asio/reference/socket_base/send_low_watermark.html
+++ b/doc/html/boost_asio/reference/socket_base/send_low_watermark.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="send_buffer_size.html" title="socket_base::send_buffer_size">
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.socket_base.send_low_watermark"></a><a class="link" href="send_low_watermark.html" title="socket_base::send_low_watermark">socket_base::send_low_watermark</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1548563"></a>
+ <a class="indexterm" name="idp193507200"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
@@ -37,7 +37,7 @@ Socket option for the send low watermark.
</p>
<h6>
<a name="boost_asio.reference.socket_base.send_low_watermark.h0"></a>
- <span><a name="boost_asio.reference.socket_base.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.examples">Examples</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
@@ -58,18 +58,18 @@ Socket option for the send low watermark.
</pre>
<h6>
<a name="boost_asio.reference.socket_base.send_low_watermark.h1"></a>
- <span><a name="boost_asio.reference.socket_base.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.requirements">Requirements</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.socket_base.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
- <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/socket_base.hpp</code>
+ <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/socket_base.hpp</code>
</p>
<p>
- <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
+ <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/boost_asio/reference/socket_base/shutdown_type.html b/doc/html/boost_asio/reference/socket_base/shutdown_type.html
index 45ddcc2ca7..baef53b4db 100644
--- a/doc/html/boost_asio/reference/socket_base/shutdown_type.html
+++ b/doc/html/boost_asio/reference/socket_base/shutdown_type.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>socket_base::shutdown_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../socket_base.html" title="socket_base">
<link rel="prev" href="send_low_watermark.html" title="socket_base::send_low_watermark">
@@ -27,23 +27,23 @@
<a name="boost_asio.reference.socket_base.shutdown_type"></a><a class="link" href="shutdown_type.html" title="socket_base::shutdown_type">socket_base::shutdown_type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="id1549036"></a>
+ <a class="indexterm" name="idp193563440"></a>
Different ways a socket may be shutdown.
</p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">shutdown_type</span>
</pre>
<p>
- <a class="indexterm" name="id1549065"></a>
- <a class="indexterm" name="id1549074"></a>
- <a class="indexterm" name="id1549083"></a>
+ <a class="indexterm" name="idp193566976"></a>
+ <a class="indexterm" name="idp193568080"></a>
+ <a class="indexterm" name="idp193569184"></a>
</p>
<h6>
<a name="boost_asio.reference.socket_base.shutdown_type.h0"></a>
- <span><a name="boost_asio.reference.socket_base.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.socket_base.shutdown_type.values">Values</a>
+ <span class="phrase"><a name="boost_asio.reference.socket_base.shutdown_type.values"></a></span><a class="link" href="shutdown_type.html#boost_asio.reference.socket_base.shutdown_type.values">Values</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl>
+<dl class="variablelist">
<dt><span class="term">shutdown_receive</span></dt>
<dd><p>
Shutdown the receive side of the socket.
@@ -61,7 +61,7 @@ Different ways a socket may be shutdown.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>