diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-27 18:49:46 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-27 18:49:46 +0000 |
commit | c261930ba48eb8227fe035098d90443f6b799975 (patch) | |
tree | 0c6332a6b009f48f497fd83225e2e87d698b0c47 /ace/Name_Proxy.h | |
parent | 85c960a96fe8e25dfd1e228a417c4fba8e1c8853 (diff) | |
download | ATCD-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.h | 5 |
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" |