summaryrefslogtreecommitdiff
path: root/ace/Name_Proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Name_Proxy.h')
-rw-r--r--ace/Name_Proxy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Name_Proxy.h b/ace/Name_Proxy.h
index a10dac70b29..594df3c3c2a 100644
--- a/ace/Name_Proxy.h
+++ b/ace/Name_Proxy.h
@@ -32,6 +32,7 @@
#include "ace/Service_Config.h"
#include "ace/Synch_Options.h"
#include "ace/Name_Request_Reply.h"
+#include "ace/Event_Handler.h"
/**
* @class ACE_Name_Proxy
@@ -85,6 +86,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"