summaryrefslogtreecommitdiff
path: root/ace/FIFO_Send.h
diff options
context:
space:
mode:
authorsjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-14 21:22:43 +0000
committersjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-14 21:22:43 +0000
commit8adc5b88a8d515d7a7760a1fb5b1bb28e57f068b (patch)
treefc8c0b45480d2e514c37dfdebb9c7fb5ef32068e /ace/FIFO_Send.h
parent73a57af7425eeeb36ea0d049ac9c8cfd06cb6234 (diff)
downloadATCD-8adc5b88a8d515d7a7760a1fb5b1bb28e57f068b.tar.gz
ChangeLog Tag: Tue Mar 14 20:58:12 UTC 2006 jiang,shanshan <shanshan.jiang@vanderbilt.edu>
Diffstat (limited to 'ace/FIFO_Send.h')
-rw-r--r--ace/FIFO_Send.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FIFO_Send.h b/ace/FIFO_Send.h
index b60db0536bc..45e02c87c38 100644
--- a/ace/FIFO_Send.h
+++ b/ace/FIFO_Send.h
@@ -42,13 +42,13 @@ public:
/// Open up a bytestream named pipe for writing.
ACE_FIFO_Send (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 bytestream 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.