summaryrefslogtreecommitdiff
path: root/ace/Name_Proxy.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-27 18:49:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-27 18:49:46 +0000
commitc261930ba48eb8227fe035098d90443f6b799975 (patch)
tree0c6332a6b009f48f497fd83225e2e87d698b0c47 /ace/Name_Proxy.h
parent85c960a96fe8e25dfd1e228a417c4fba8e1c8853 (diff)
downloadATCD-c261930ba48eb8227fe035098d90443f6b799975.tar.gz
ChangeLogTag: Thu Jan 27 18:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Name_Proxy.h')
-rw-r--r--ace/Name_Proxy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Name_Proxy.h b/ace/Name_Proxy.h
index a10dac70b29..d4d0c5cda3a 100644
--- a/ace/Name_Proxy.h
+++ b/ace/Name_Proxy.h
@@ -85,6 +85,11 @@ private:
/// Pointer to ACE_Reactor (used if we are run in "reactive-mode").
ACE_Reactor *reactor_;
+
+private:
+ // Prevent copying
+ ACE_Name_Proxy (const ACE_Name_Proxy &);
+ ACE_Name_Proxy &operator= (const ACE_Name_Proxy &);
};
#include /**/ "ace/post.h"