summaryrefslogtreecommitdiff
path: root/ace/Message_Block_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Message_Block_T.h')
-rw-r--r--ace/Message_Block_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Message_Block_T.h b/ace/Message_Block_T.h
index f2f1732c56a..c1b4818a880 100644
--- a/ace/Message_Block_T.h
+++ b/ace/Message_Block_T.h
@@ -21,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Locked_Data_Block
*
@@ -67,6 +69,8 @@ private:
ACE_UNIMPLEMENTED_FUNC (ACE_Locked_Data_Block (const ACE_Locked_Data_Block<ACE_LOCK> &))
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Message_Block_T.inl"
#endif /* __ACE_INLINE__ */