Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52310 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2009-04-10 19:49:13


Author: chris_kohlhoff
Date: 2009-04-10 19:49:11 EDT (Fri, 10 Apr 2009)
New Revision: 52310
URL: http://svn.boost.org/trac/boost/changeset/52310

Log:
Regenerate documentation.

Text files modified:
   trunk/libs/asio/doc/reference.qbk | 48 ++++++++++++++++++++--------------------
   1 files changed, 24 insertions(+), 24 deletions(-)

Modified: trunk/libs/asio/doc/reference.qbk
==============================================================================
--- trunk/libs/asio/doc/reference.qbk (original)
+++ trunk/libs/asio/doc/reference.qbk 2009-04-10 19:49:11 EDT (Fri, 10 Apr 2009)
@@ -369,7 +369,7 @@
 
 * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 [heading Parameters]
     
@@ -512,7 +512,7 @@
 This function is used to asynchronously read a certain number of bytes of data from a stream. The function call always returns immediately. The asynchronous operation will continue until one of the following conditions is true:
 
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's async\_read\_some function.
 
@@ -713,7 +713,7 @@
 
 * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 [heading Parameters]
     
@@ -862,7 +862,7 @@
 This function is used to asynchronously read a certain number of bytes of data from a random access device at the specified offset. The function call always returns immediately. The asynchronous operation will continue until one of the following conditions is true:
 
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's async\_read\_some\_at function.
 
@@ -1478,7 +1478,7 @@
 
 * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's async\_write\_some function.
 
@@ -1614,7 +1614,7 @@
 
 * All of the data in the supplied basic_streambuf has been written.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's async\_write\_some function.
 
@@ -1801,7 +1801,7 @@
 
 * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's async\_write\_some\_at function.
 
@@ -1943,7 +1943,7 @@
 
 * All of the data in the supplied basic_streambuf has been written.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's async\_write\_some\_at function.
 
@@ -48114,7 +48114,7 @@
 
 * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's read\_some function.
 
@@ -48193,7 +48193,7 @@
 
 * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's read\_some function.
 
@@ -48311,7 +48311,7 @@
 This function is used to read a certain number of bytes of data from a stream. The call will block until one of the following conditions is true:
 
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's read\_some function.
 
@@ -48376,7 +48376,7 @@
 This function is used to read a certain number of bytes of data from a stream. The call will block until one of the following conditions is true:
 
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's read\_some function.
 
@@ -48577,7 +48577,7 @@
 
 * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's read\_some\_at function.
 
@@ -48659,7 +48659,7 @@
 
 * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's read\_some\_at function.
 
@@ -48783,7 +48783,7 @@
 This function is used to read a certain number of bytes of data from a random access device at the specified offset. The call will block until one of the following conditions is true:
 
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's read\_some\_at function.
 
@@ -48851,7 +48851,7 @@
 This function is used to read a certain number of bytes of data from a random access device at the specified offset. The call will block until one of the following conditions is true:
 
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's read\_some\_at function.
 
@@ -61649,7 +61649,7 @@
 
 * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's write\_some function.
 
@@ -61728,7 +61728,7 @@
 
 * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's write\_some function.
 
@@ -61850,7 +61850,7 @@
 
 * All of the data in the supplied basic_streambuf has been written.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's write\_some function.
 
@@ -61917,7 +61917,7 @@
 
 * All of the data in the supplied basic_streambuf has been written.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the stream's write\_some function.
 
@@ -62118,7 +62118,7 @@
 
 * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's write\_some\_at function.
 
@@ -62200,7 +62200,7 @@
 
 * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's write\_some\_at function.
 
@@ -62328,7 +62328,7 @@
 
 * All of the data in the supplied basic_streambuf has been written.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's write\_some\_at function.
 
@@ -62398,7 +62398,7 @@
 
 * All of the data in the supplied basic_streambuf has been written.
 
-* The completion_condition function object returns true.
+* The completion_condition function object returns 0.
 
 This operation is implemented in terms of zero or more calls to the device's write\_some\_at function.
 


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