summaryrefslogtreecommitdiff
path: root/ace/QoS/QoS_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/QoS/QoS_Manager.cpp')
-rw-r--r--ace/QoS/QoS_Manager.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/QoS/QoS_Manager.cpp b/ace/QoS/QoS_Manager.cpp
index 5d3b33e0260..7e698b0cad2 100644
--- a/ace/QoS/QoS_Manager.cpp
+++ b/ace/QoS/QoS_Manager.cpp
@@ -4,9 +4,7 @@
#include "QoS_Manager.h"
#include "ace/Log_Msg.h"
-ACE_RCSID(ace, QoS_Manager, "$Id$")
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, QoS_Manager, "$Id $")
ACE_ALLOC_HOOK_DEFINE(ACE_QOS_MANAGER)
@@ -47,5 +45,3 @@ template class ACE_Unbounded_Set_Iterator<ACE_QoS_Session *>;
#pragma instantiate ACE_Unbounded_Set<ACE_QoS_Session *>
#pragma instantiate ACE_Unbounded_Set_Iterator<ACE_QoS_Session *>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
-ACE_END_VERSIONED_NAMESPACE_DECL