summaryrefslogtreecommitdiff
path: root/ace/FIFO_Send_Msg.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 09:52:56 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 09:52:56 +0000
commit199e8e8c21216f4b6da6c468df041f9db62fc4f8 (patch)
tree80ad8b136bf72d82f20771a08d5a39f4ffbab77d /ace/FIFO_Send_Msg.h
parent2f0512c7b00fb933e1d1634f1d435fae19970b4d (diff)
downloadATCD-199e8e8c21216f4b6da6c468df041f9db62fc4f8.tar.gz
Pure unicode fixes.
Diffstat (limited to 'ace/FIFO_Send_Msg.h')
-rw-r--r--ace/FIFO_Send_Msg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/FIFO_Send_Msg.h b/ace/FIFO_Send_Msg.h
index 20dc659b880..78b2f82ac4a 100644
--- a/ace/FIFO_Send_Msg.h
+++ b/ace/FIFO_Send_Msg.h
@@ -33,13 +33,13 @@ public:
ACE_FIFO_Send_Msg (void);
// Default constructor.
- ACE_FIFO_Send_Msg (const char *rendezvous,
+ ACE_FIFO_Send_Msg (const ASYS_TCHAR *rendezvous,
int flags = O_WRONLY,
int perms = ACE_DEFAULT_FILE_PERMS,
LPSECURITY_ATTRIBUTES sa = 0);
// Open up a record-oriented named pipe for writing.
- int open (const char *rendezvous,
+ int open (const ASYS_TCHAR *rendezvous,
int flags = O_WRONLY,
int perms = ACE_DEFAULT_FILE_PERMS,
LPSECURITY_ATTRIBUTES sa = 0);
@@ -76,4 +76,3 @@ public:
#endif
#endif /* ACE_FIFO_SEND_MSG_H */
-