From fc334bbac8423b2fee22daf0b8bd7c86c0c47d1e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 24 Apr 2008 14:09:45 +0000 Subject: Thu Apr 24 14:08:32 UTC 2008 Johnny Willemsen --- TAO/tao/LocalObject.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'TAO/tao/LocalObject.h') diff --git a/TAO/tao/LocalObject.h b/TAO/tao/LocalObject.h index 9809593e61c..216998968c9 100644 --- a/TAO/tao/LocalObject.h +++ b/TAO/tao/LocalObject.h @@ -181,6 +181,23 @@ namespace CORBA class TAO_Export TAO_Local_RefCounted_Object : public virtual CORBA::LocalObject { + protected: + // Default constructor. + /** + * Make it protected to prevent instantiation of this class. + */ + TAO_Local_RefCounted_Object (void); + + private: + + /** + * @name Unimplemented methods + */ + //@{ + TAO_Local_RefCounted_Object (const TAO_Local_RefCounted_Object &); + TAO_Local_RefCounted_Object & operator = ( + const TAO_Local_RefCounted_Object &); + //@} }; TAO_END_VERSIONED_NAMESPACE_DECL -- cgit v1.2.1