summaryrefslogtreecommitdiff
path: root/ace/Singleton.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Singleton.inl')
-rw-r--r--ace/Singleton.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Singleton.inl b/ace/Singleton.inl
index 4351a59a5f6..12dfe1bdda3 100644
--- a/ace/Singleton.inl
+++ b/ace/Singleton.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Default constructors.
//
// Note: don't explicitly initialize "instance_", because TYPE may not
@@ -38,5 +35,3 @@ template <class TYPE, class ACE_LOCK>
ACE_DLL_Singleton_T<TYPE, ACE_LOCK>::~ACE_DLL_Singleton_T (void)
{
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL