aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Process_Manager.h
diff options
context:
space:
mode:
authorclick <none@none>2010-11-04 05:30:29 +0100
committerclick <none@none>2010-11-04 05:30:29 +0100
commit9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch)
tree14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Process_Manager.h
parent2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff)
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG-- branch : trunk
Diffstat (limited to 'dep/acelite/ace/Process_Manager.h')
-rw-r--r--dep/acelite/ace/Process_Manager.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/dep/acelite/ace/Process_Manager.h b/dep/acelite/ace/Process_Manager.h
index 26515476cfc..3956c18d0b6 100644
--- a/dep/acelite/ace/Process_Manager.h
+++ b/dep/acelite/ace/Process_Manager.h
@@ -4,7 +4,7 @@
/**
* @file Process_Manager.h
*
- * $Id: Process_Manager.h 84619 2009-02-26 12:26:16Z johnnyw $
+ * $Id: Process_Manager.h 91688 2010-09-09 11:21:50Z johnnyw $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
@@ -269,17 +269,6 @@ public:
*/
pid_t wait (pid_t pid,
ACE_exitcode *status = 0);
-
- /**
- * @deprecated
- * Reap the result of a single process by calling ACE_OS::waitpid(),
- * therefore, this method is not portable to Windows. If the child is
- * successfully reaped, remove() is called automatically.
- * Use one of the wait() methods instead of this method.
- */
- int reap (pid_t pid = -1,
- ACE_exitcode *stat_loc = 0,
- int options = WNOHANG);
//@}
/**