summaryrefslogtreecommitdiff
path: root/ACE/ace/Process.h
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-30 16:49:35 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-30 16:49:35 +0000
commit06b85ba86e4777c838965daa6fa0feb197b90ab1 (patch)
tree990da3d019cf914711556ae3ad9aab4cc1551883 /ACE/ace/Process.h
parent6b8a22c39d2ff31d562c68f0947f0c0a504192bb (diff)
downloadATCD-06b85ba86e4777c838965daa6fa0feb197b90ab1.tar.gz
ChangeLogTag: Mon Jun 30 16:50:05 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/ace/Process.h')
-rw-r--r--ACE/ace/Process.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Process.h b/ACE/ace/Process.h
index 96f097502af..df96a06ef4b 100644
--- a/ACE/ace/Process.h
+++ b/ACE/ace/Process.h
@@ -593,6 +593,11 @@ protected:
ACE_Handle_Set handles_passed_;
/// Handle duplicates made for the child process.
ACE_Handle_Set dup_handles_;
+
+private:
+#if defined (ACE_WIN32) && !defined (ACE_USES_WCHAR) && !defined (ACE_HAS_WINCE)
+ wchar_t* convert_env_buffer (const char* env) const;
+#endif
};
@@ -616,11 +621,6 @@ protected:
/// Make sure that we're allocated dynamically!
virtual ~ACE_Managed_Process (void);
-
-private:
-#if defined (ACE_WIN32) && !defined (ACE_USES_WCHAR) && !defined (ACE_HAS_WINCE)
- wchar_t* convert_env_buffer (const char* env) const;
-#endif
};
ACE_END_VERSIONED_NAMESPACE_DECL