summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
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.