2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-26 14:52:09 +00:00

Documentation fixes.

[SVN r40345]
This commit is contained in:
Christopher Kohlhoff
2007-10-23 08:09:46 +00:00
parent 4915994d7c
commit cca0c50ca1
2 changed files with 3 additions and 3 deletions

View File

@@ -733,8 +733,8 @@ public:
* completes. Copies will be made of the handler as required. The function
* signature of the handler must be:
* @code void handler(
* const boost::system::system_error& error, // Result of operation.
* std::size_t bytes_transferred // Number of bytes received.
* const boost::system::error_code& error, // Result of operation.
* std::size_t bytes_transferred // Number of bytes received.
* ); @endcode
* Regardless of whether the asynchronous operation completes immediately or
* not, the handler will not be invoked from within this function. Invocation

View File

@@ -98,7 +98,7 @@ public:
service_.destroy(impl_, next_layer_);
}
/// [Deprecated: use get_io_service().] Get the io_service associated with
/// (Deprecated: use get_io_service().) Get the io_service associated with
/// the object.
/**
* This function may be used to obtain the io_service object that the stream