mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10874] Update ACE to v5.8.3
(based on zergtmn's repo commit 3a8c259) (based on zergtmn's repo commit 946c1a8) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c38c876b1d
commit
b8d773091a
343 changed files with 3060 additions and 7431 deletions
|
|
@ -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);
|
||||
//@}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue