summaryrefslogtreecommitdiff
path: root/ace/Singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Singleton.h')
-rw-r--r--ace/Singleton.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/Singleton.h b/ace/Singleton.h
index 7c6baca3edb..57b0a8a9d75 100644
--- a/ace/Singleton.h
+++ b/ace/Singleton.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -29,8 +29,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Singleton
*
@@ -64,7 +62,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* typedef ACE_Singleton<foo, ACE_Null_Mutex> FOO;
* @endverbatim
*
- * @note The best types to use for ACE_LOCK are
+ * NOTE: the best types to use for ACE_LOCK are
* ACE_Recursive_Thread_Mutex and ACE_Null_Mutex.
* ACE_Recursive_Thread_Mutex should be used in multi-threaded
* programs in which it is possible for more than one thread to
@@ -310,8 +308,6 @@ public:
const ACE_TCHAR *dll_name (void);
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Singleton.inl"
#endif /* __ACE_INLINE__ */