Update of /cvsroot/boost/boost/libs/asio/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9298

Modified Files:
        reference.qbk 
Log Message:
Update documentation.

Index: reference.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/doc/reference.qbk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- reference.qbk       19 Jan 2007 01:24:26 -0000      1.4
+++ reference.qbk       20 Feb 2007 13:24:24 -0000      1.5
@@ -9256,6 +9256,11 @@
   ]
   
   [
+    [[link boost_asio.reference.basic_socket_acceptor.is_open [*is_open]]]
+    [Determine whether the acceptor is open. ]
+  ]
+  
+  [
     [[link boost_asio.reference.basic_socket_acceptor.listen [*listen]]]
     [Place the acceptor into the state where it will listen for new 
connections. ]
   ]
@@ -10536,6 +10541,18 @@
 
 
 
+[section:is_open basic_socket_acceptor::is_open]
+
+Determine whether the acceptor is open. 
+
+  bool is_open() const;
+
+
+
+[endsect]
+
+
+
 [section:keep_alive basic_socket_acceptor::keep_alive]
 
 
@@ -28356,6 +28373,11 @@
   ]
   
   [
+    [[link boost_asio.reference.basic_socket_acceptor.is_open [*is_open]]]
+    [Determine whether the acceptor is open. ]
+  ]
+  
+  [
     [[link boost_asio.reference.basic_socket_acceptor.listen [*listen]]]
     [Place the acceptor into the state where it will listen for new 
connections. ]
   ]
@@ -31368,6 +31390,11 @@
   ]
   
   [
+    [[link boost_asio.reference.socket_acceptor_service.is_open [*is_open]]]
+    [Determine whether the acceptor is open. ]
+  ]
+  
+  [
     [[link boost_asio.reference.socket_acceptor_service.listen [*listen]]]
     [Place the socket acceptor into the state where it will listen for new 
connections. ]
   ]
@@ -31625,6 +31652,19 @@
 
 
 
+[section:is_open socket_acceptor_service::is_open]
+
+Determine whether the acceptor is open. 
+
+  bool is_open(
+      const implementation_type & impl) const;
+
+
+
+[endsect]
+
+
+
 [section:listen socket_acceptor_service::listen]
 
 Place the socket acceptor into the state where it will listen for new 
connections. 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to