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