00001 
00002 
00003 
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 
00008 
00009 
00010 
00011 
00012 template <class TYPE, class ACE_LOCK> ACE_INLINE
00013 ACE_Singleton<TYPE, ACE_LOCK>::ACE_Singleton (void)
00014 {
00015 }
00016 
00017 template <class TYPE, class ACE_LOCK> ACE_INLINE
00018 ACE_Unmanaged_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_Singleton (void)
00019 {
00020 }
00021 
00022 template <class TYPE, class ACE_LOCK> ACE_INLINE
00023 ACE_TSS_Singleton<TYPE, ACE_LOCK>::ACE_TSS_Singleton (void)
00024 {
00025 }
00026 
00027 template <class TYPE, class ACE_LOCK> ACE_INLINE
00028 ACE_Unmanaged_TSS_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_TSS_Singleton (void)
00029 {
00030 }
00031 
00032 template <class TYPE, class ACE_LOCK> ACE_INLINE
00033 ACE_DLL_Singleton_T<TYPE, ACE_LOCK>::ACE_DLL_Singleton_T (void)
00034 {
00035 }
00036 
00037 template <class TYPE, class ACE_LOCK>
00038 ACE_DLL_Singleton_T<TYPE, ACE_LOCK>::~ACE_DLL_Singleton_T (void)
00039 {
00040 }
00041 
00042 ACE_END_VERSIONED_NAMESPACE_DECL