summaryrefslogtreecommitdiff
path: root/ace/Typed_SV_Message_Queue.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 23:55:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 23:55:10 +0000
commit29ab9ab0e5f3d97107bb5c2bf0b1aa78005a3efc (patch)
tree72b3ef7a314c64d03b5b4aced6c03ae96dd6a362 /ace/Typed_SV_Message_Queue.cpp
parent1f511e649773269c66d39e615cd7de74a845063c (diff)
downloadATCD-29ab9ab0e5f3d97107bb5c2bf0b1aa78005a3efc.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Typed_SV_Message_Queue.cpp')
-rw-r--r--ace/Typed_SV_Message_Queue.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/Typed_SV_Message_Queue.cpp b/ace/Typed_SV_Message_Queue.cpp
index c1d6bb6de39..7fc2b0fd38d 100644
--- a/ace/Typed_SV_Message_Queue.cpp
+++ b/ace/Typed_SV_Message_Queue.cpp
@@ -1,8 +1,7 @@
-// Typed_SV_Message_Queue.cpp
// $Id$
-#ifndef ACE_TYPED_SV_MESSAGE_QUEUE_C
-#define ACE_TYPED_SV_MESSAGE_QUEUE_C
+#ifndef ACE_TYPED_SV_MESSAGE_QUEUE_CPP
+#define ACE_TYPED_SV_MESSAGE_QUEUE_CPP
#include "ace/Typed_SV_Message.h"
@@ -17,7 +16,7 @@
#include "ace/Typed_SV_Message_Queue.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(ace, Typed_SV_Message_Queue, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_Typed_SV_Message_Queue)
@@ -52,4 +51,6 @@ ACE_Typed_SV_Message_Queue<T>::~ACE_Typed_SV_Message_Queue (void)
ACE_TRACE ("ACE_Typed_SV_Message_Queue<T>::~ACE_Typed_SV_Message_Queue");
}
-#endif /* ACE_TYPED_SV_MESSAGE_QUEUE_C */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* ACE_TYPED_SV_MESSAGE_QUEUE_CPP */