diff options
author | Steve Huston <shuston@riverace.com> | 2001-09-20 18:46:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-09-20 18:46:03 +0000 |
commit | 780b44ca3a49ddd4e15087438fa1d56ea99d7c77 (patch) | |
tree | 4ab4f577ed1bd58d378f341fe78388dad10f063d /ace/Process.cpp | |
parent | 2c1bb097f7b383b93308279a26f54d8dfffeea04 (diff) | |
download | ATCD-780b44ca3a49ddd4e15087438fa1d56ea99d7c77.tar.gz |
ChangeLogTag:Thu Sep 20 14:44:29 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Process.cpp')
-rw-r--r-- | ace/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process.cpp b/ace/Process.cpp index c00fe8f9588..932e355072a 100644 --- a/ace/Process.cpp +++ b/ace/Process.cpp @@ -414,6 +414,7 @@ ACE_Process_Options::ACE_Process_Options (int ie, inherit_environment_ (ie), #endif /* ACE_HAS_WINCE */ creation_flags_ (0), + avoid_zombies_ (0), #if !defined (ACE_HAS_WINCE) #if defined (ACE_WIN32) environment_inherited_ (0), @@ -421,7 +422,6 @@ ACE_Process_Options::ACE_Process_Options (int ie, process_attributes_ (NULL), thread_attributes_ (NULL), #else /* ACE_WIN32 */ - avoid_zombies_ (0), stdin_ (ACE_INVALID_HANDLE), stdout_ (ACE_INVALID_HANDLE), stderr_ (ACE_INVALID_HANDLE), |