summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html')
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html30
1 files changed, 14 insertions, 16 deletions
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html b/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
index 3762684896..482ad36d9b 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html
@@ -6,8 +6,8 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
-<link rel="prev" href="get_implementation/overload2.html" title="basic_deadline_timer::get_implementation (2 of 2 overloads)">
-<link rel="next" href="get_service.html" title="basic_deadline_timer::get_service">
+<link rel="prev" href="get_io_context.html" title="basic_deadline_timer::get_io_context">
+<link rel="next" href="operator_eq_.html" title="basic_deadline_timer::operator=">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,25 +20,23 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="get_implementation/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.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="get_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="get_io_context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.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="operator_eq_.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.basic_deadline_timer.get_io_service"></a><a class="link" href="get_io_service.html" title="basic_deadline_timer::get_io_service">basic_deadline_timer::get_io_service</a>
</h4></div></div></div>
<p>
- <span class="emphasis"><em>Inherited from basic_io_object.</em></span>
+ <a class="indexterm" name="boost_asio.indexterm.basic_deadline_timer.get_io_service"></a>
+(Deprecated:
+ Use <code class="computeroutput">get_executor()</code>.) Get the <a class="link" href="../io_context.html" title="io_context"><code class="computeroutput">io_context</code></a>
+ associated with the object.
</p>
-<p>
- <a class="indexterm" name="idp101212832"></a>
-Get the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> associated with the
- object.
- </p>
-<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">get_io_service</span><span class="special">();</span>
+<pre class="programlisting">boost::asio::io_context &amp; get_io_service();
</pre>
<p>
- This function may be used to obtain the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that the I/O
- object uses to dispatch handlers for asynchronous operations.
+ This function may be used to obtain the <a class="link" href="../io_context.html" title="io_context"><code class="computeroutput">io_context</code></a>
+ object that the I/O object uses to dispatch handlers for asynchronous operations.
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.get_io_service.h0"></a>
@@ -46,9 +44,9 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
Value</a>
</h6>
<p>
- A reference to the <a class="link" href="../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that the I/O
- object will use to dispatch handlers. Ownership is not transferred to the
- caller.
+ A reference to the <a class="link" href="../io_context.html" title="io_context"><code class="computeroutput">io_context</code></a>
+ object that the I/O object will use to dispatch handlers. Ownership is
+ not transferred to the caller.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
@@ -61,7 +59,7 @@ Get the <a class="link" href="../io_service.html" title="io_service"><code class
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="get_implementation/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.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="get_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="get_io_context.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.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="operator_eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>