summaryrefslogtreecommitdiff
path: root/ACE/ace/Process.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2008-10-22 15:04:03 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2008-10-22 15:04:03 +0000
commit8b7f17c9509cd0295aca894d1001cbf889477212 (patch)
tree099549b2a775229b05515fd43ca8d2c979d49ccb /ACE/ace/Process.h
parent1083bce14fedfa173b7ef6115790787cae421f3e (diff)
downloadATCD-8b7f17c9509cd0295aca894d1001cbf889477212.tar.gz
ChangeLogTag:Wed
Diffstat (limited to 'ACE/ace/Process.h')
-rw-r--r--ACE/ace/Process.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/ACE/ace/Process.h b/ACE/ace/Process.h
index 4fcced4df4d..100f20c4848 100644
--- a/ACE/ace/Process.h
+++ b/ACE/ace/Process.h
@@ -351,9 +351,6 @@ protected:
ACE_TEXT_STARTUPINFO startup_info_;
- /// Default TRUE.
- BOOL handle_inheritance_;
-
/// Pointer to security_buf1_.
LPSECURITY_ATTRIBUTES process_attributes_;
@@ -371,9 +368,6 @@ protected:
ACE_HANDLE stdout_;
ACE_HANDLE stderr_;
- /// Default true.
- bool handle_inheritance_;
-
// = Real & effective user & group id's.
// These should be set to -1 to leave unchanged (default).
uid_t ruid_;
@@ -382,6 +376,9 @@ protected:
uid_t egid_;
#endif /* ACE_WIN32 */
+ /// Default TRUE.
+ BOOL handle_inheritance_;
+
#if !defined (ACE_HAS_WINCE)
/// Is 1 if stdhandles was called.
int set_handles_called_;