summaryrefslogtreecommitdiff
path: root/ACE/ace/ACE.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 00:06:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 00:06:04 +0000
commitb2105c19b7a27470ebd83fcafdab01d2631c6b72 (patch)
treee059f53b99a0fd3c93b9b6d7e28d833cdeb8506b /ACE/ace/ACE.cpp
parentc6173c09556825bf63824a20a3059399616e36dd (diff)
downloadATCD-b2105c19b7a27470ebd83fcafdab01d2631c6b72.tar.gz
ChangeLogTag:Thu Jul 13 00:04:25 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/ACE.cpp')
-rw-r--r--ACE/ace/ACE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/ACE.cpp b/ACE/ace/ACE.cpp
index ef85cc94c65..5df2f47d9bd 100644
--- a/ACE/ace/ACE.cpp
+++ b/ACE/ace/ACE.cpp
@@ -2740,7 +2740,7 @@ ACE::handle_timed_accept (ACE_HANDLE listener,
int
ACE::daemonize (const ACE_TCHAR pathname[],
- int close_all_handles,
+ bool close_all_handles,
const ACE_TCHAR program_name[])
{
ACE_TRACE ("ACE::daemonize");