summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Singleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Singleton.cpp')
-rw-r--r--TAO/tao/TAO_Singleton.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/TAO_Singleton.cpp b/TAO/tao/TAO_Singleton.cpp
index 13ea18bf273..dc8493856a9 100644
--- a/TAO/tao/TAO_Singleton.cpp
+++ b/TAO/tao/TAO_Singleton.cpp
@@ -21,9 +21,7 @@
#include "tao/TAO_Singleton.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID (tao,
- TAO_Singleton,
- "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <class TYPE, class ACE_LOCK> void
TAO_Singleton<TYPE, ACE_LOCK>::dump (void)
@@ -206,4 +204,6 @@ TAO_TSS_Singleton<TYPE, ACE_LOCK>::cleanup (void *)
TAO_TSS_Singleton<TYPE, ACE_LOCK>::instance_i () = 0;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_SINGLETON_CPP */