diff options
Diffstat (limited to 'dep/acelite/ace/Process_Manager.h')
-rw-r--r-- | dep/acelite/ace/Process_Manager.h | 13 |
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); //@} /** |