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, 5 insertions, 0 deletions
diff --git a/ace/OS_NS_sys_msg.inl b/ace/OS_NS_sys_msg.inl
index 7f71a4a75cc..129b4c389c1 100644
--- a/ace/OS_NS_sys_msg.inl
+++ b/ace/OS_NS_sys_msg.inl
@@ -1,8 +1,11 @@
// -*- 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)
{
@@ -71,3 +74,5 @@ 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