3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 // Default constructors.
7 // Note: don't explicitly initialize "instance_", because TYPE may not
8 // have a default constructor. Let the compiler figure it out . . .
10 template <class TYPE, class ACE_LOCK> ACE_INLINE
11 TAO_Singleton<TYPE, ACE_LOCK>::TAO_Singleton (void)
15 template <class TYPE, class ACE_LOCK> ACE_INLINE
16 TAO_TSS_Singleton<TYPE, ACE_LOCK>::TAO_TSS_Singleton (void)
20 TAO_END_VERSIONED_NAMESPACE_DECL