summaryrefslogtreecommitdiff
path: root/ace/FIFO_Recv_Msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FIFO_Recv_Msg.h')
-rw-r--r--ace/FIFO_Recv_Msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FIFO_Recv_Msg.h b/ace/FIFO_Recv_Msg.h
index d3d3109134b..dcafa989ac6 100644
--- a/ace/FIFO_Recv_Msg.h
+++ b/ace/FIFO_Recv_Msg.h
@@ -31,13 +31,13 @@ public:
ACE_FIFO_Recv_Msg (const char *rendezvous,
int flags = O_CREAT | O_RDONLY,
- int perms = ACE_DEFAULT_PERMS,
+ int perms = ACE_DEFAULT_FILE_PERMS,
int persistent = 1);
// Open up a record-oriented named pipe for reading.
int open (const char *rendezvous,
int flags = O_CREAT | O_RDONLY,
- int perms = ACE_DEFAULT_PERMS,
+ int perms = ACE_DEFAULT_FILE_PERMS,
int persistent = 1);
// Open up a record-oriented named pipe for reading.