summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DII_Reply_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Reply_Handler.h')
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Handler.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Handler.h b/TAO/tao/DynamicInterface/DII_Reply_Handler.h
index fd8b33bf261..802bddd0b3b 100644
--- a/TAO/tao/DynamicInterface/DII_Reply_Handler.h
+++ b/TAO/tao/DynamicInterface/DII_Reply_Handler.h
@@ -98,11 +98,8 @@ public:
typedef TAO_DII_Reply_Handler_ptr _ptr_type;
typedef TAO_DII_Reply_Handler_var _var_type;
-#if defined (ACE_WIN32_VC14)
- // Workaround for connect issue 1577211
- ACE_UNIMPLEMENTED_FUNC (TAO_DII_Reply_Handler (const TAO_DII_Reply_Handler &))
- ACE_UNIMPLEMENTED_FUNC (TAO_DII_Reply_Handler &operator = (const TAO_DII_Reply_Handler &))
-#endif
+ TAO_DII_Reply_Handler (const TAO_DII_Reply_Handler &) = delete;
+ TAO_DII_Reply_Handler &operator = (const TAO_DII_Reply_Handler &) = delete;
};
TAO_END_VERSIONED_NAMESPACE_DECL