Update of /cvsroot/boost/boost/boost/asio/ip
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26684/boost/asio/ip

Modified Files:
        tcp.hpp udp.hpp 
Log Message:
Documentation fixes.


Index: tcp.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/ip/tcp.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tcp.hpp     6 Jan 2007 09:08:13 -0000       1.6
+++ tcp.hpp     20 May 2007 01:04:11 -0000      1.7
@@ -60,7 +60,7 @@
     return tcp(PF_INET);
   }
 
-  /// Construct to represent the IPv4 TCP protocol.
+  /// Construct to represent the IPv6 TCP protocol.
   static tcp v6()
   {
     return tcp(PF_INET6);

Index: udp.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/ip/udp.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- udp.hpp     4 Jan 2007 05:53:01 -0000       1.5
+++ udp.hpp     20 May 2007 01:04:11 -0000      1.6
@@ -57,7 +57,7 @@
     return udp(PF_INET);
   }
 
-  /// Construct to represent the IPv4 UDP protocol.
+  /// Construct to represent the IPv6 UDP protocol.
   static udp v6()
   {
     return udp(PF_INET6);
@@ -81,7 +81,7 @@
     return family_;
   }
 
-  /// The IPv4 UDP socket type.
+  /// The UDP socket type.
   typedef basic_datagram_socket<udp> socket;
 
   /// The UDP resolver type.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to