summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Singleton_Manager.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 03:01:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 03:01:29 +0000
commitbf64ad5140e04d2d7bc8e8e3704e0809b4b18f2b (patch)
treefd6b8391344a510b86dd3419ee53e000ef3a85a8 /TAO/tao/TAO_Singleton_Manager.h
parent1812e6b4152bd7f6c2a4a082bafd46809d1bf4d1 (diff)
downloadATCD-bf64ad5140e04d2d7bc8e8e3704e0809b4b18f2b.tar.gz
ChangeLogTag:Fri Nov 25 18:54:19 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TAO_Singleton_Manager.h')
-rw-r--r--TAO/tao/TAO_Singleton_Manager.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/TAO_Singleton_Manager.h b/TAO/tao/TAO_Singleton_Manager.h
index 718b9064d5b..50f478988b6 100644
--- a/TAO/tao/TAO_Singleton_Manager.h
+++ b/TAO/tao/TAO_Singleton_Manager.h
@@ -179,14 +179,13 @@ public:
protected:
/// Force allocation on the heap.
- ~TAO_Singleton_Manager (void);
-
-private:
-
//@{
TAO_Singleton_Manager (void);
+ ~TAO_Singleton_Manager (void);
//@}
+private:
+
/// Disallow copying by not implementing the following ...
//@{
TAO_Singleton_Manager (const TAO_Singleton_Manager &);