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, 3 insertions, 1 deletions
diff --git a/ace/Managed_Object.cpp b/ace/Managed_Object.cpp
index cd798b2216d..53381f88a7e 100644
--- a/ace/Managed_Object.cpp
+++ b/ace/Managed_Object.cpp
@@ -13,11 +13,13 @@
#include "ace/Managed_Object.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(ace, Managed_Object, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <class TYPE>
ACE_Cleanup_Adapter<TYPE>::~ACE_Cleanup_Adapter (void)
{
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_MANAGED_OBJECT_CPP */