Commit 647e610
committed
Move close_socket() out of virtual overrides section in reactor_acceptor
close_socket() is not virtual in the acceptor implementation bases
(tcp_acceptor::implementation, local_stream_acceptor::implementation).
It was misleadingly placed inside a "Virtual method overrides" comment
block. Move it out and document it as a non-virtual service helper.1 parent 877e986 commit 647e610
File tree
1 file changed
+1
-4
lines changed- include/boost/corosio/native/detail/reactor
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | 146 | | |
149 | 147 | | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | | - | |
153 | | - | |
154 | 151 | | |
155 | 152 | | |
156 | 153 | | |
| |||
0 commit comments