summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-02-25 11:45:47 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-02-25 11:45:47 +0100
commitab938af466a77a9992d95da9fc832ff50444255f (patch)
treeb63469e57597713738afea9d42ef0e78fcb9d7d4 /TAO/tao/Object.h
parent23b2fc3441d82e141e33428fafe094269eb1d392 (diff)
downloadATCD-ab938af466a77a9992d95da9fc832ff50444255f.tar.gz
Use delete, cleanup
* TAO/tao/Acceptor_Registry.h: * TAO/tao/Adapter_Registry.h: * TAO/tao/AnyTypeCode/Fixed_TypeCode.cpp: * TAO/tao/AnyTypeCode/Objref_TypeCode.h: * TAO/tao/AnyTypeCode/Recursive_Type_TypeCode.h: * TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.h: * TAO/tao/AnyTypeCode/TypeCode.inl: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h: * TAO/tao/CORBANAME_Parser.h: * TAO/tao/Cleanup_Func_Registry.h: * TAO/tao/Compression/Compressor_Factory.h: * TAO/tao/Compression/zlib/ZlibCompressor_Factory.h: * TAO/tao/Condition.cpp: * TAO/tao/Condition.h: * TAO/tao/Connect_Strategy.cpp: * TAO/tao/Connect_Strategy.h: * TAO/tao/Connection_Handler.h: * TAO/tao/Connector_Registry.h: * TAO/tao/Connector_Registry.inl: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/LocalObject.h: * TAO/tao/Messaging/AMH_Response_Handler.h: * TAO/tao/Object.h: * TAO/tao/ObjectKey_Table.h: * TAO/tao/RTScheduling/Distributable_Thread.cpp: * TAO/tao/RTScheduling/Distributable_Thread.h: * TAO/tao/Transport.h: * TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h: * TAO/tao/Transport_Selection_Guard.h: * TAO/tao/XtResource/XtResource_Factory.cpp: * TAO/tao/default_resource.h:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index c7f9752374f..f8d3762ed62 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -342,9 +342,8 @@ namespace CORBA
std::atomic<uint32_t> refcount_;
private:
- // = Unimplemented methods
- ACE_UNIMPLEMENTED_FUNC (Object (const Object &))
- ACE_UNIMPLEMENTED_FUNC (Object &operator = (const Object &))
+ Object (const Object &) = delete;
+ Object &operator = (const Object &) = delete;
private:
/// Specify whether this is a local object or not.