wrowe 2003/02/16 02:12:45
Modified: include apr_network_io.h
Log:
Clarify the changeover with APR 1.0
Revision Changes Path
1.137 +4 -2 apr/include/apr_network_io.h
Index: apr_network_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_network_io.h,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- apr_network_io.h 1 Jan 2003 00:01:45 -0000 1.136
+++ apr_network_io.h 16 Feb 2003 10:12:45 -0000 1.137
@@ -285,7 +285,8 @@
/**
* Create a socket.
- * @remark With APR 1.0, this function will pick up a new protocol parameter.
+ * @remark With APR 1.0, this function follows the prototype
+ * of apr_socket_create_ex.
* @param new_sock The new socket that has been set up.
* @param family The address family of the socket (e.g., APR_INET).
* @param type The type of the socket (e.g., SOCK_STREAM).
@@ -297,7 +298,8 @@
/**
* Create a socket.
- * @remark With APR 1.0, this function will be removed.
+ * @remark With APR 1.0, this function is deprecated and apr_socket_create
+ * follows this prototype.
* @param new_sock The new socket that has been set up.
* @param family The address family of the socket (e.g., APR_INET).
* @param type The type of the socket (e.g., SOCK_STREAM).