summaryrefslogtreecommitdiff
path: root/ace/FIFO_Send_Msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FIFO_Send_Msg.h')
-rw-r--r--ace/FIFO_Send_Msg.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/FIFO_Send_Msg.h b/ace/FIFO_Send_Msg.h
index 8272ec6c819..b7f0e104177 100644
--- a/ace/FIFO_Send_Msg.h
+++ b/ace/FIFO_Send_Msg.h
@@ -25,8 +25,6 @@
# include "ace/OS_NS_stropts.h"
#endif /* ACE_HAS_STREAM_PIPES */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward Decls
class ACE_Str_Buf;
@@ -46,13 +44,13 @@ public:
/// Open up a record-oriented named pipe for writing.
ACE_FIFO_Send_Msg (const ACE_TCHAR *rendezvous,
int flags = O_WRONLY,
- mode_t perms = ACE_DEFAULT_FILE_PERMS,
+ int 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,
- mode_t perms = ACE_DEFAULT_FILE_PERMS,
+ int perms = ACE_DEFAULT_FILE_PERMS,
LPSECURITY_ATTRIBUTES sa = 0);
/// Send <buf> of up to <len> bytes.
@@ -81,8 +79,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/FIFO_Send_Msg.inl"
#endif /* __ACE_INLINE__ */