summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-09-02 20:44:33 +0000
committerSteve Huston <shuston@riverace.com>2002-09-02 20:44:33 +0000
commitc9cd3a3f4b57a1cb2496366cfd99cde3309dcb3d (patch)
tree6f08fc5c2286e1504fb3446dbd1c48ca1819f599 /ace/Synch.h
parentcb5d604e0da6ec4fd893d61994e1b4ad6a12529a (diff)
downloadATCD-c9cd3a3f4b57a1cb2496366cfd99cde3309dcb3d.tar.gz
ChangeLogTag:Mon Sep 2 13:17:26 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 511903a96f9..e0a8d751e65 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -476,7 +476,8 @@ public:
/// Initialize the mutex.
ACE_Mutex (int type = USYNC_THREAD,
const ACE_TCHAR *name = 0,
- ACE_mutexattr_t *arg = 0);
+ ACE_mutexattr_t *arg = 0,
+ mode_t mode = ACE_DEFAULT_FILE_PERMS);
/// Implicitly destroy the mutex.
~ACE_Mutex (void);