s/Uint/UInt/g
[ACE_TAO.git] / TAO / tao / TAO_Singleton.inl
blob530fc7ce38cf6c75809136a23e6d1bdb9832d574
1 // -*- C++ -*-
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 // Default constructors.
6 //
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