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, 3 insertions, 5 deletions
diff --git a/ace/Message_Block_T.inl b/ace/Message_Block_T.inl
index 6829bd6c360..279dcaa704d 100644
--- a/ace/Message_Block_T.inl
+++ b/ace/Message_Block_T.inl
@@ -1,8 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+// Message_Block_T.i
+
template<class ACE_LOCK> ACE_INLINE
ACE_Locked_Data_Block<ACE_LOCK>::ACE_Locked_Data_Block (void)
@@ -27,5 +27,3 @@ ACE_Locked_Data_Block (size_t size,
data_block_allocator)
{
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL