summaryrefslogtreecommitdiff
path: root/TAO/tao/Cleanup_Func_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.h')
-rw-r--r--TAO/tao/Cleanup_Func_Registry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Cleanup_Func_Registry.h b/TAO/tao/Cleanup_Func_Registry.h
index 0970e3a39cd..0d7e481202f 100644
--- a/TAO/tao/Cleanup_Func_Registry.h
+++ b/TAO/tao/Cleanup_Func_Registry.h
@@ -58,8 +58,8 @@ protected:
void cleanup (ACE_Array_Base<void *> &ts_objects);
private:
- ACE_UNIMPLEMENTED_FUNC (TAO_Cleanup_Func_Registry (const TAO_Cleanup_Func_Registry &))
- ACE_UNIMPLEMENTED_FUNC (TAO_Cleanup_Func_Registry &operator= (const TAO_Cleanup_Func_Registry &))
+ TAO_Cleanup_Func_Registry (const TAO_Cleanup_Func_Registry &) = delete;
+ TAO_Cleanup_Func_Registry &operator= (const TAO_Cleanup_Func_Registry &) = delete;
/// Array of registered cleanup functions. The number of
/// registered cleanup functions should be the same as the number