From 24d9fbdf636256d212a356302319a7110d86e673 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Mon, 1 May 2006 20:18:26 +0000 Subject: ChangeLogTag:Mon May 1 19:49:45 UTC 2006 Steve Huston --- ace/OS_NS_unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/OS_NS_unistd.h') diff --git a/ace/OS_NS_unistd.h b/ace/OS_NS_unistd.h index 680c97b7aed..831646bf47e 100644 --- a/ace/OS_NS_unistd.h +++ b/ace/OS_NS_unistd.h @@ -64,7 +64,7 @@ namespace ACE_OS extern ACE_Export int argv_to_string (ACE_TCHAR **argv, ACE_TCHAR *&buf, - int substitute_env_args = 1); + bool substitute_env_args = true); #if !defined (ACE_LACKS_CHDIR) ACE_NAMESPACE_INLINE_FUNCTION @@ -298,7 +298,7 @@ namespace ACE_OS int string_to_argv (ACE_TCHAR *buf, int &argc, ACE_TCHAR **&argv, - int substitute_env_args = 1); + bool substitute_env_args = true); ACE_NAMESPACE_INLINE_FUNCTION void swab (const void *src, void *dest, ssize_t n); -- cgit v1.2.1