summaryrefslogtreecommitdiff
path: root/ACE/ace/Singleton.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Singleton.inl')
-rw-r--r--ACE/ace/Singleton.inl12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/Singleton.inl b/ACE/ace/Singleton.inl
index 912271ba20f..479d38f7487 100644
--- a/ACE/ace/Singleton.inl
+++ b/ACE/ace/Singleton.inl
@@ -7,32 +7,32 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// have a default constructor. Let the compiler figure it out . . .
template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_Singleton<TYPE, ACE_LOCK>::ACE_Singleton (void)
+ACE_Singleton<TYPE, ACE_LOCK>::ACE_Singleton ()
{
}
template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_Unmanaged_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_Singleton (void)
+ACE_Unmanaged_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_Singleton ()
{
}
template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_TSS_Singleton<TYPE, ACE_LOCK>::ACE_TSS_Singleton (void)
+ACE_TSS_Singleton<TYPE, ACE_LOCK>::ACE_TSS_Singleton ()
{
}
template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_Unmanaged_TSS_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_TSS_Singleton (void)
+ACE_Unmanaged_TSS_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_TSS_Singleton ()
{
}
template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_DLL_Singleton_T<TYPE, ACE_LOCK>::ACE_DLL_Singleton_T (void)
+ACE_DLL_Singleton_T<TYPE, ACE_LOCK>::ACE_DLL_Singleton_T ()
{
}
template <class TYPE, class ACE_LOCK>
-ACE_DLL_Singleton_T<TYPE, ACE_LOCK>::~ACE_DLL_Singleton_T (void)
+ACE_DLL_Singleton_T<TYPE, ACE_LOCK>::~ACE_DLL_Singleton_T ()
{
}