summaryrefslogtreecommitdiff
path: root/ace/Message_Block_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Message_Block_T.inl')
-rw-r--r--ace/Message_Block_T.inl8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Message_Block_T.inl b/ace/Message_Block_T.inl
index 279dcaa704d..6829bd6c360 100644
--- a/ace/Message_Block_T.inl
+++ b/ace/Message_Block_T.inl
@@ -1,8 +1,8 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
-// Message_Block_T.i
-
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template<class ACE_LOCK> ACE_INLINE
ACE_Locked_Data_Block<ACE_LOCK>::ACE_Locked_Data_Block (void)
@@ -27,3 +27,5 @@ ACE_Locked_Data_Block (size_t size,
data_block_allocator)
{
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL