summaryrefslogtreecommitdiff
path: root/ace/Singleton.i
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-07 16:30:11 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-07 16:30:11 +0000
commita980eaccb9f0338f262549f31cc99a23529efd73 (patch)
tree726d1a64fda6757c5c37b41a489af40bcfa7505c /ace/Singleton.i
parentdcd83bbd125e03d0659576ba51831a7350e3fd49 (diff)
downloadATCD-a980eaccb9f0338f262549f31cc99a23529efd73.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_0_15'.TAO-1_0_15
Diffstat (limited to 'ace/Singleton.i')
-rw-r--r--ace/Singleton.i27
1 files changed, 0 insertions, 27 deletions
diff --git a/ace/Singleton.i b/ace/Singleton.i
deleted file mode 100644
index 38e37fc3d7c..00000000000
--- a/ace/Singleton.i
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// Default constructors.
-//
-// Note: don't explicitly initialize "instance_", because TYPE may not
-// have a default constructor. Let the compiler figure it out . . .
-
-template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_Singleton<TYPE, ACE_LOCK>::ACE_Singleton (void)
-{
-}
-
-template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_Unmanaged_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_Singleton (void)
-{
-}
-
-template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_TSS_Singleton<TYPE, ACE_LOCK>::ACE_TSS_Singleton (void)
-{
-}
-
-template <class TYPE, class ACE_LOCK> ACE_INLINE
-ACE_Unmanaged_TSS_Singleton<TYPE, ACE_LOCK>::ACE_Unmanaged_TSS_Singleton (void)
-{
-}