summaryrefslogtreecommitdiff
path: root/ace/OS_Log_Msg_Attributes.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-01 13:01:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-01 13:01:51 +0000
commit8df63015e2d521ec0babe9b62db2300278d9ce1b (patch)
tree8343386011ab9bfb8570a066497624fb33a7647a /ace/OS_Log_Msg_Attributes.h
parentd08ea62ad48bd46ed4dbe72614396a52906546d2 (diff)
downloadATCD-8df63015e2d521ec0babe9b62db2300278d9ce1b.tar.gz
ChangeLogTag: Sat Jan 1 11:45:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/OS_Log_Msg_Attributes.h')
-rw-r--r--ace/OS_Log_Msg_Attributes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/OS_Log_Msg_Attributes.h b/ace/OS_Log_Msg_Attributes.h
index 132ebba91ba..f86011147ea 100644
--- a/ace/OS_Log_Msg_Attributes.h
+++ b/ace/OS_Log_Msg_Attributes.h
@@ -64,6 +64,11 @@ protected:
ACE_SEH_EXCEPT_HANDLER seh_except_selector_;
ACE_SEH_EXCEPT_HANDLER seh_except_handler_;
# endif /* ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS */
+
+private:
+ // Prevent copying
+ ACE_OS_Log_Msg_Attributes (const ACE_OS_Log_Msg_Attributes &);
+ ACE_OS_Log_Msg_Attributes &operator= (const ACE_OS_Log_Msg_Attributes &);
};
# if defined (ACE_HAS_INLINED_OSCALLS)