$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Why is basic_stream_socket::get_io_service not const?
From: Christopher Yeleighton (giecrilj_at_[hidden])
Date: 2010-04-30 03:42:51
According to the documentation [1], the member function get_io_service has the
following synopsis:
boost::asio::io_service & get_io_service();
Why is this function not constant? What does it change within the socket?