summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-06-21 18:28:24 +0000
committerSteve Huston <shuston@riverace.com>2000-06-21 18:28:24 +0000
commit1e9d3ae325ba65dfb95f782af9371af767452393 (patch)
tree73ad7b170c56e1d188d1baa8f144d458f0a0c022
parentf2bb2b03cf2747df8434fff0c2bf8f592e93c8c5 (diff)
downloadATCD-1e9d3ae325ba65dfb95f782af9371af767452393.tar.gz
ChangeLogTag:Wed Jun 21 13:23:18 2000 Steve Huston <shuston@riverace.com>
-rw-r--r--ace/OS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 022958ba018..494c1c843b3 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5708,7 +5708,8 @@ public:
static ACE_TCHAR *mktemp (ACE_TCHAR *t);
static ACE_TCHAR *getcwd (ACE_TCHAR *, size_t);
static int rename (const ACE_TCHAR *old_name,
- const ACE_TCHAR *new_name);
+ const ACE_TCHAR *new_name,
+ int flags = -1);
static int unlink (const ACE_TCHAR *path);
static ACE_TCHAR *tempnam (const ACE_TCHAR *dir = 0,
const ACE_TCHAR *pfx = 0);