summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html')
-rw-r--r--doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html b/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html
index 65fcaf9db4..07b47d7b14 100644
--- a/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html
+++ b/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html
@@ -60,14 +60,14 @@
<a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.h2"></a>
<span class="phrase"><a name="boost_asio.reference.basic_socket.remote_endpoint.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.remote_endpoint.overload1.example">Example</a>
</h6>
-<pre class="programlisting">boost::asio::ip::tcp::socket socket(io_context);
+<pre class="programlisting">boost::asio::ip::tcp::socket socket(my_context);
...
boost::asio::ip::tcp::endpoint endpoint = socket.remote_endpoint();
</pre>
</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-2018 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2019 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>