Singleton.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Singleton.inl,v 4.2 2005/10/28 16:14:55 ossama Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 // Default constructors.
00008 //
00009 // Note: don't explicitly initialize "instance_", because TYPE may not
00010 // have a default constructor.  Let the compiler figure it out . . .
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

Generated on Thu Nov 9 09:42:03 2006 for ACE by doxygen 1.3.6