summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Log_Msg_Attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_Log_Msg_Attributes.h')
-rw-r--r--ACE/ace/OS_Log_Msg_Attributes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/OS_Log_Msg_Attributes.h b/ACE/ace/OS_Log_Msg_Attributes.h
index 6ef922b1ace..9a51851a9cf 100644
--- a/ACE/ace/OS_Log_Msg_Attributes.h
+++ b/ACE/ace/OS_Log_Msg_Attributes.h
@@ -42,7 +42,7 @@ class ACE_Export ACE_OS_Log_Msg_Attributes
{
public:
/// Constructor
- ACE_OS_Log_Msg_Attributes (void);
+ ACE_OS_Log_Msg_Attributes ();
protected:
friend class ACE_Log_Msg;
@@ -71,8 +71,8 @@ protected:
#endif /* ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS */
private:
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_OS_Log_Msg_Attributes &))
- ACE_UNIMPLEMENTED_FUNC (ACE_OS_Log_Msg_Attributes (const ACE_OS_Log_Msg_Attributes &))
+ void operator= (const ACE_OS_Log_Msg_Attributes &) = delete;
+ ACE_OS_Log_Msg_Attributes (const ACE_OS_Log_Msg_Attributes &) = delete;
};
ACE_END_VERSIONED_NAMESPACE_DECL