summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html')
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html
index fd4044f0ad..ee5cd83881 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html
@@ -34,7 +34,7 @@
typename <a class="link" href="../../GettableSocketOption.html" title="Gettable socket option requirements">GettableSocketOption</a>&gt;
void get_option(
GettableSocketOption &amp; option,
- boost::system::error_code &amp; ec);
+ boost::system::error_code &amp; ec) const;
</pre>
<p>
This function is used to get the current value of an option on the acceptor.
@@ -77,7 +77,7 @@ bool is_set = option.get();
</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>