summaryrefslogtreecommitdiff
path: root/ace/FIFO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FIFO.cpp')
-rw-r--r--ace/FIFO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FIFO.cpp b/ace/FIFO.cpp
index 6bca0a8d62e..7301dae0df9 100644
--- a/ace/FIFO.cpp
+++ b/ace/FIFO.cpp
@@ -25,7 +25,7 @@ ACE_FIFO::dump (void) const
}
int
-ACE_FIFO::open (const ASYS_TCHAR *r, int flags, int perms,
+ACE_FIFO::open (const char *r, int flags, int perms,
LPSECURITY_ATTRIBUTES sa)
{
ACE_TRACE ("ACE_FIFO::open");
@@ -46,7 +46,7 @@ ACE_FIFO::open (const ASYS_TCHAR *r, int flags, int perms,
return this->get_handle () == ACE_INVALID_HANDLE ? -1 : 0;
}
-ACE_FIFO::ACE_FIFO (const ASYS_TCHAR *fifo_name,
+ACE_FIFO::ACE_FIFO (const char *fifo_name,
int flags,
int perms,
LPSECURITY_ATTRIBUTES sa)