summaryrefslogtreecommitdiff
path: root/ace/FILE_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FILE_Connector.h')
-rw-r--r--ace/FILE_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FILE_Connector.h b/ace/FILE_Connector.h
index 6d8eb9b1333..f00195b1ccb 100644
--- a/ace/FILE_Connector.h
+++ b/ace/FILE_Connector.h
@@ -38,7 +38,7 @@ public:
const ACE_Addr &local_sap = ACE_Addr::sap_any,
int reuse_addr = 0,
int flags = O_RDWR | O_CREAT,
- int perms = ACE_DEFAULT_FILE_PERMS);
+ int perms = 0);
// Actively ``connect'' and produce a <new_io> <ACE_FILE_IO> object
// if things go well. The <remote_sap> is the file that we are
// trying to create/open. If it's the default value of
@@ -60,7 +60,7 @@ public:
const ACE_Addr &local_sap = ACE_Addr::sap_any,
int reuse_addr = 0,
int flags = O_RDWR | O_CREAT,
- int perms = ACE_DEFAULT_FILE_PERMS);
+ int perms = 0);
// Actively ``connect'' and produce a <new_io> <ACE_FILE_IO> object
// if things go well. The <remote_sap> is the file that we are
// trying to create/open. If it's the default value of