summaryrefslogtreecommitdiff
path: root/TAO/tao/LocalObject.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-08-19 10:41:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-08-19 10:41:44 +0000
commitf14bbf629e8aa93cf54c4cf918c7eb9368c3916e (patch)
tree466f129386797b1cc7fb99ee925e65255c8d7bbb /TAO/tao/LocalObject.h
parent79e149799ccdd95cee25a98faa9eb8727ec33792 (diff)
downloadATCD-f14bbf629e8aa93cf54c4cf918c7eb9368c3916e.tar.gz
Thu Aug 19 10:11:41 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/idltocpp0x/IDLC++0xRFP.odt: Updated draft * tao/LocalObject.h: * tao/LocalObject.inl: Removed TAO_Local_Refcounted_Object, it is deprecated for years now * tao/Objref_VarOut_T.h: Doxygen changes
Diffstat (limited to 'TAO/tao/LocalObject.h')
-rw-r--r--TAO/tao/LocalObject.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/tao/LocalObject.h b/TAO/tao/LocalObject.h
index 35da4735bcb..45f39dfe11a 100644
--- a/TAO/tao/LocalObject.h
+++ b/TAO/tao/LocalObject.h
@@ -174,39 +174,6 @@ namespace CORBA
};
} // End CORBA namespace
-
-//FUZZ: disable check_for_TAO_Local_RefCounted_Object
-
-#if !defined (ACE_LACKS_DEPRECATED_MACROS)
-/**
- * @brief This class is there to keep backwards compatibility to the
- * v1.1 C++ mapping
- */
-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 &);
- //@}
-};
-#endif
-
-//FUZZ: enable check_for_TAO_Local_RefCounted_Object
-
TAO_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)