Skip to content

Commit ec0908c

Browse files
committed
Remove deprecated alias io_service.
1 parent 995eeab commit ec0908c

File tree

5 files changed

+2
-59
lines changed

5 files changed

+2
-59
lines changed

doc/requirements/AsyncRandomAccessReadDevice.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ boost_asio.reference.ReadHandler read handler] requirements.
2727
[
2828
Initiates an asynchronous operation to read one or more bytes of data
2929
from the device `a` at the offset `o`. The operation is performed via the
30-
`io_service` object `a.get_io_service()` and behaves according to [link
30+
I/O executor `a.get_executor()` and behaves according to [link
3131
boost_asio.reference.asynchronous_operations asynchronous operation]
3232
requirements.[br]
3333
[br]

doc/requirements/AsyncRandomAccessWriteDevice.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ boost_asio.reference.WriteHandler write handler] requirements.
2727
[
2828
Initiates an asynchronous operation to write one or more bytes of data to
2929
the device `a` at offset `o`. The operation is performed via the
30-
`io_service` object `a.get_io_service()` and behaves according to [link
30+
I/O executor `a.get_executor()` and behaves according to [link
3131
boost_asio.reference.asynchronous_operations asynchronous operation]
3232
requirements.[br]
3333
[br]

include/boost/asio.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
#include <boost/asio/immediate.hpp>
110110
#include <boost/asio/io_context.hpp>
111111
#include <boost/asio/io_context_strand.hpp>
112-
#include <boost/asio/io_service.hpp>
113-
#include <boost/asio/io_service_strand.hpp>
114112
#include <boost/asio/ip/address.hpp>
115113
#include <boost/asio/ip/address_v4.hpp>
116114
#include <boost/asio/ip/address_v4_iterator.hpp>

include/boost/asio/io_service.hpp

Lines changed: 0 additions & 35 deletions
This file was deleted.

include/boost/asio/io_service_strand.hpp

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)