summaryrefslogtreecommitdiff
path: root/ace/Managed_Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Managed_Object.cpp')
-rw-r--r--ace/Managed_Object.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Managed_Object.cpp b/ace/Managed_Object.cpp
index 53381f88a7e..cd798b2216d 100644
--- a/ace/Managed_Object.cpp
+++ b/ace/Managed_Object.cpp
@@ -13,13 +13,11 @@
#include "ace/Managed_Object.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, Managed_Object, "$Id$")
template <class TYPE>
ACE_Cleanup_Adapter<TYPE>::~ACE_Cleanup_Adapter (void)
{
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_MANAGED_OBJECT_CPP */