summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Reactor.h')
-rw-r--r--ACE/ace/Reactor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/Reactor.h b/ACE/ace/Reactor.h
index c43a28be8d9..cf8b2bc291b 100644
--- a/ACE/ace/Reactor.h
+++ b/ACE/ace/Reactor.h
@@ -885,13 +885,12 @@ protected:
static bool delete_reactor_;
/// Deny access since member-wise won't work...
- ACE_Reactor (const ACE_Reactor &);
- ACE_Reactor &operator = (const ACE_Reactor &);
+ ACE_Reactor (const ACE_Reactor &) = delete;
+ ACE_Reactor &operator = (const ACE_Reactor &) = delete;
};
ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Reactor.inl"
#endif /* __ACE_INLINE__ */