From 2c0dba5119d8dfd6bc8a526397ef0a2eb66189c5 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 8 Mar 2002 04:46:32 +0000 Subject: ChangeLogTag:Thu Mar 7 20:43:56 2002 Ossama Othman --- TAO/tao/TAO_Singleton.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'TAO/tao/TAO_Singleton.h') diff --git a/TAO/tao/TAO_Singleton.h b/TAO/tao/TAO_Singleton.h index 1bfc9091c7b..3069d80edb6 100644 --- a/TAO/tao/TAO_Singleton.h +++ b/TAO/tao/TAO_Singleton.h @@ -7,8 +7,7 @@ * $Id$ * * Header file for the TAO-specific Singleton implementation. - * Based entirely on tao/TAO_Singleton.*. - * + * Based entirely on ace/Singleton.*. * * @author Ossama Othman */ @@ -109,6 +108,12 @@ protected: /// Get pointer to the TAO TSS Singleton instance. static TAO_TSS_Singleton *&instance_i (void); + +private: + + ACE_UNIMPLEMENTED_FUNC (void operator= (const TAO_TSS_Singleton &)) + ACE_UNIMPLEMENTED_FUNC (TAO_TSS_Singleton (const TAO_TSS_Singleton &)) + }; #if defined (__ACE_INLINE__) -- cgit v1.2.1