|
Boost-Commit : |
From: chris_at_[hidden]
Date: 2007-10-21 01:46:47
Author: chris_kohlhoff
Date: 2007-10-21 01:46:47 EDT (Sun, 21 Oct 2007)
New Revision: 40256
URL: http://svn.boost.org/trac/boost/changeset/40256
Log:
Documentation fixes.
Text files modified:
trunk/boost/asio/basic_io_object.hpp | 2 +-
trunk/boost/asio/buffered_read_stream.hpp | 2 +-
trunk/boost/asio/buffered_stream.hpp | 2 +-
trunk/boost/asio/buffered_write_stream.hpp | 2 +-
trunk/boost/asio/io_service.hpp | 4 ++--
trunk/boost/asio/strand.hpp | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
Modified: trunk/boost/asio/basic_io_object.hpp
==============================================================================
--- trunk/boost/asio/basic_io_object.hpp (original)
+++ trunk/boost/asio/basic_io_object.hpp 2007-10-21 01:46:47 EDT (Sun, 21 Oct 2007)
@@ -35,7 +35,7 @@
/// The underlying implementation type of I/O object.
typedef typename service_type::implementation_type implementation_type;
- /// [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 I/O
Modified: trunk/boost/asio/buffered_read_stream.hpp
==============================================================================
--- trunk/boost/asio/buffered_read_stream.hpp (original)
+++ trunk/boost/asio/buffered_read_stream.hpp 2007-10-21 01:46:47 EDT (Sun, 21 Oct 2007)
@@ -94,7 +94,7 @@
return next_layer_.lowest_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.
boost::asio::io_service& io_service()
{
Modified: trunk/boost/asio/buffered_stream.hpp
==============================================================================
--- trunk/boost/asio/buffered_stream.hpp (original)
+++ trunk/boost/asio/buffered_stream.hpp 2007-10-21 01:46:47 EDT (Sun, 21 Oct 2007)
@@ -84,7 +84,7 @@
return stream_impl_.lowest_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.
boost::asio::io_service& io_service()
{
Modified: trunk/boost/asio/buffered_write_stream.hpp
==============================================================================
--- trunk/boost/asio/buffered_write_stream.hpp (original)
+++ trunk/boost/asio/buffered_write_stream.hpp 2007-10-21 01:46:47 EDT (Sun, 21 Oct 2007)
@@ -95,7 +95,7 @@
return next_layer_.lowest_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.
boost::asio::io_service& io_service()
{
Modified: trunk/boost/asio/io_service.hpp
==============================================================================
--- trunk/boost/asio/io_service.hpp (original)
+++ trunk/boost/asio/io_service.hpp 2007-10-21 01:46:47 EDT (Sun, 21 Oct 2007)
@@ -431,7 +431,7 @@
*/
~work();
- /// [Deprecated: use get_io_service().] Get the io_service associated with the
+ /// (Deprecated: use get_io_service().) Get the io_service associated with the
/// work.
boost::asio::io_service& io_service();
@@ -460,7 +460,7 @@
: private noncopyable
{
public:
- /// [Deprecated: use get_io_service().] Get the io_service object that owns
+ /// (Deprecated: use get_io_service().) Get the io_service object that owns
/// the service.
boost::asio::io_service& io_service();
Modified: trunk/boost/asio/strand.hpp
==============================================================================
--- trunk/boost/asio/strand.hpp (original)
+++ trunk/boost/asio/strand.hpp 2007-10-21 01:46:47 EDT (Sun, 21 Oct 2007)
@@ -66,7 +66,7 @@
service_.destroy(impl_);
}
- /// [Deprecated: use get_io_service().] Get the io_service associated with
+ /// (Deprecated: use get_io_service().) Get the io_service associated with
/// the strand.
/**
* This function may be used to obtain the io_service object that the strand
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