summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 05:55:17 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 05:55:17 +0000
commit0c1836f23bf8677571f15ace75ca993fc7f85bfa (patch)
tree554ec0c73324fb824279cb283809b06b4d9589c7 /ace
parent601a6d1a4e52416d7c917a5c21ba8619d57f1734 (diff)
downloadATCD-0c1836f23bf8677571f15ace75ca993fc7f85bfa.tar.gz
Moved things around to make CE happy
Diffstat (limited to 'ace')
-rw-r--r--ace/Process.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Process.cpp b/ace/Process.cpp
index c685613e93f..63259431608 100644
--- a/ace/Process.cpp
+++ b/ace/Process.cpp
@@ -167,11 +167,11 @@ ACE_Process_Options::ACE_Process_Options (int ie,
set_handles_called_ (0),
environment_buf_index_ (0),
environment_argv_index_ (0),
-#endif /* !ACE_HAS_WINCE */
environment_buf_ (0),
environment_buf_len_ (ebl),
max_environment_args_ (mea),
max_environ_argv_index_ (mea - 1),
+#endif /* !ACE_HAS_WINCE */
command_line_argv_calculated_ (0),
command_line_buf_ (0)
{
@@ -449,11 +449,10 @@ ACE_Process_Options::~ACE_Process_Options (void)
#endif /* ACE_WIN32 */
set_handles_called_ = 0;
}
-#endif /* !ACE_HAS_WINCE */
-
- delete [] command_line_buf_;
delete [] environment_buf_;
delete [] environment_argv_;
+#endif /* !ACE_HAS_WINCE */
+ delete [] command_line_buf_;
}
int