summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_msg.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_sys_msg.inl')
-rw-r--r--ace/OS_NS_sys_msg.inl5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/OS_NS_sys_msg.inl b/ace/OS_NS_sys_msg.inl
index 129b4c389c1..7f71a4a75cc 100644
--- a/ace/OS_NS_sys_msg.inl
+++ b/ace/OS_NS_sys_msg.inl
@@ -1,11 +1,8 @@
// -*- C++ -*-
-//
// $Id$
#include "ace/OS_NS_errno.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
ACE_OS::msgctl (int msqid, int cmd, struct msqid_ds *val)
{
@@ -74,5 +71,3 @@ ACE_OS::msgsnd (int int_id, const void *buf, size_t len, int flags)
ACE_NOTSUP_RETURN (-1);
#endif /* ACE_HAS_SYSV_IPC */
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL