summaryrefslogtreecommitdiff
path: root/ace/Message_Block.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Message_Block.inl')
-rw-r--r--ace/Message_Block.inl7
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/Message_Block.inl b/ace/Message_Block.inl
index 2f67cc25078..b1d5152fbe7 100644
--- a/ace/Message_Block.inl
+++ b/ace/Message_Block.inl
@@ -1,8 +1,7 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+// Message_Block.i
ACE_INLINE ACE_Data_Block *
ACE_Message_Block::data_block (void) const
@@ -622,5 +621,3 @@ ACE_Dynamic_Message_Strategy::priority_status (ACE_Message_Block & mb,
return status;
}
// returns the priority status of the message
-
-ACE_END_VERSIONED_NAMESPACE_DECL