[Freeswitch-branches] [commit] r10779 - in freeswitch/branches/gmaruzz/src: . include
FreeSWITCH SVN
gmaruzz at freeswitch.org
Mon Dec 15 11:26:21 PST 2008
Author: gmaruzz
Date: Mon Dec 15 14:26:20 2008
New Revision: 10779
Log:
switch_apr.c switch_apr.h: cleaned doxygen documentation
Modified:
freeswitch/branches/gmaruzz/src/include/switch_apr.h
freeswitch/branches/gmaruzz/src/switch_apr.c
Modified: freeswitch/branches/gmaruzz/src/include/switch_apr.h
==============================================================================
--- freeswitch/branches/gmaruzz/src/include/switch_apr.h (original)
+++ freeswitch/branches/gmaruzz/src/include/switch_apr.h Mon Dec 15 14:26:20 2008
@@ -1310,9 +1310,6 @@
* @param in The file descriptor to use as input to the pipe.
* @param out The file descriptor to use as output from the pipe.
* @param pool The pool to operate on.
- * @remark By default, the returned file descriptors will be inherited
- * by child processes created using apr_proc_create(). This can be
- * changed using apr_file_inherit_unset().
*/
SWITCH_DECLARE(switch_status_t) switch_file_pipe_create(switch_file_t **in, switch_file_t **out, switch_memory_pool_t *p);
Modified: freeswitch/branches/gmaruzz/src/switch_apr.c
==============================================================================
--- freeswitch/branches/gmaruzz/src/switch_apr.c (original)
+++ freeswitch/branches/gmaruzz/src/switch_apr.c Mon Dec 15 14:26:20 2008
@@ -952,9 +952,6 @@
* @param in The file descriptor to use as input to the pipe.
* @param out The file descriptor to use as output from the pipe.
* @param pool The pool to operate on.
- * @remark By default, the returned file descriptors will be inherited
- * by child processes created using apr_proc_create(). This can be
- * changed using apr_file_inherit_unset().
*/
SWITCH_DECLARE(switch_status_t) switch_file_pipe_create(switch_file_t **in, switch_file_t **out, switch_memory_pool_t *p)
{
More information about the Freeswitch-branches
mailing list