summaryrefslogtreecommitdiff
path: root/ACE/ace/Process.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-02 17:29:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-02 17:29:05 +0000
commite91577bca0483d85ef023a041fc95c9362c7a638 (patch)
tree64596e89fe88b295568485b641ece20ff2ef9594 /ACE/ace/Process.inl
parent6249290fa983e204625fbd5b52a7a3c68ff8976c (diff)
downloadATCD-e91577bca0483d85ef023a041fc95c9362c7a638.tar.gz
Tue Oct 2 17:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Process.inl')
-rw-r--r--ACE/ace/Process.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Process.inl b/ACE/ace/Process.inl
index 87dfc3994ee..228874778ce 100644
--- a/ACE/ace/Process.inl
+++ b/ACE/ace/Process.inl
@@ -234,14 +234,14 @@ ACE_Process_Options::get_stderr (void) const
return stderr_;
}
-ACE_INLINE int
+ACE_INLINE bool
ACE_Process_Options::inherit_environment (void) const
{
return inherit_environment_;
}
ACE_INLINE void
-ACE_Process_Options::inherit_environment (int nv)
+ACE_Process_Options::inherit_environment (bool nv)
{
inherit_environment_ = nv;
}