summaryrefslogtreecommitdiff
path: root/ace/Message_Block_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Message_Block_T.cpp')
-rw-r--r--ace/Message_Block_T.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/ace/Message_Block_T.cpp b/ace/Message_Block_T.cpp
index 4c20ed48a6b..70621872a19 100644
--- a/ace/Message_Block_T.cpp
+++ b/ace/Message_Block_T.cpp
@@ -1,7 +1,9 @@
// $Id$
-#ifndef ACE_MESSAGE_BLOCK_T_CPP
-#define ACE_MESSAGE_BLOCK_T_CPP
+#if !defined (ACE_MESSAGE_BLOCK_T_C)
+#define ACE_MESSAGE_BLOCK_T_C
+
+ACE_RCSID(ace, Message_Block_T, "$Id$")
#include "ace/Malloc_Base.h" /* Need ACE_Allocator */
@@ -11,8 +13,6 @@
#include "ace/os_include/os_errno.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template<class L>
ACE_Locked_Data_Block<L>::~ACE_Locked_Data_Block (void)
{
@@ -46,6 +46,4 @@ ACE_Locked_Data_Block<ACE_LOCK>::clone_nocopy (ACE_Message_Block::Message_Flags
return nb;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-#endif /* ACE_MESSAGE_BLOCK_T_CPP */
+#endif /* ACE_MESSAGE_BLOCK_T_C */