diff options
Diffstat (limited to 'ace/FIFO_Send_Msg.h')
-rw-r--r-- | ace/FIFO_Send_Msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FIFO_Send_Msg.h b/ace/FIFO_Send_Msg.h index 88a1c8a425b..8272ec6c819 100644 --- a/ace/FIFO_Send_Msg.h +++ b/ace/FIFO_Send_Msg.h @@ -46,13 +46,13 @@ public: /// Open up a record-oriented named pipe for writing. ACE_FIFO_Send_Msg (const ACE_TCHAR *rendezvous, int flags = O_WRONLY, - int perms = ACE_DEFAULT_FILE_PERMS, + mode_t perms = ACE_DEFAULT_FILE_PERMS, LPSECURITY_ATTRIBUTES sa = 0); /// Open up a record-oriented named pipe for writing. int open (const ACE_TCHAR *rendezvous, int flags = O_WRONLY, - int perms = ACE_DEFAULT_FILE_PERMS, + mode_t perms = ACE_DEFAULT_FILE_PERMS, LPSECURITY_ATTRIBUTES sa = 0); /// Send <buf> of up to <len> bytes. |