summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/io_context/dispatch.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/io_context/dispatch.html')
-rw-r--r--doc/html/boost_asio/reference/io_context/dispatch.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost_asio/reference/io_context/dispatch.html b/doc/html/boost_asio/reference/io_context/dispatch.html
index 563c39f170..5233712c4b 100644
--- a/doc/html/boost_asio/reference/io_context/dispatch.html
+++ b/doc/html/boost_asio/reference/io_context/dispatch.html
@@ -34,9 +34,9 @@
to invoke the given handler.
</p>
<pre class="programlisting">template&lt;
- typename <a class="link" href="../CompletionHandler.html" title="Completion handler requirements">CompletionHandler</a>&gt;
+ typename <a class="link" href="../LegacyCompletionHandler.html" title="Legacy completion handler requirements">LegacyCompletionHandler</a>&gt;
<a class="link" href="../asynchronous_operations/automatic_deduction_of_initiating_function_return_type.html" title="Automatic deduction of initiating function return type"><span class="emphasis"><em>DEDUCED</em></span></a> dispatch(
- CompletionHandler &amp;&amp; handler);
+ LegacyCompletionHandler &amp;&amp; handler);
</pre>
<p>
This function is used to ask the <a class="link" href="../io_context.html" title="io_context"><code class="computeroutput">io_context</code></a>
@@ -91,7 +91,7 @@
</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-2017 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 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>