Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2007-10-23 04:09:46


Author: chris_kohlhoff
Date: 2007-10-23 04:09:46 EDT (Tue, 23 Oct 2007)
New Revision: 40345
URL: http://svn.boost.org/trac/boost/changeset/40345

Log:
Documentation fixes.

Text files modified:
   trunk/boost/asio/basic_datagram_socket.hpp | 4 ++--
   trunk/boost/asio/ssl/stream.hpp | 2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/asio/basic_datagram_socket.hpp
==============================================================================
--- trunk/boost/asio/basic_datagram_socket.hpp (original)
+++ trunk/boost/asio/basic_datagram_socket.hpp 2007-10-23 04:09:46 EDT (Tue, 23 Oct 2007)
@@ -733,8 +733,8 @@
    * 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

Modified: trunk/boost/asio/ssl/stream.hpp
==============================================================================
--- trunk/boost/asio/ssl/stream.hpp (original)
+++ trunk/boost/asio/ssl/stream.hpp 2007-10-23 04:09:46 EDT (Tue, 23 Oct 2007)
@@ -98,7 +98,7 @@
     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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk