summaryrefslogtreecommitdiff
path: root/ace/Signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Signal.h')
-rw-r--r--ace/Signal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Signal.h b/ace/Signal.h
index dc92c572b80..1c45e6b6fe6 100644
--- a/ace/Signal.h
+++ b/ace/Signal.h
@@ -287,6 +287,12 @@ public:
// Called by the <Reactor> to dispatch the signal handler.
private:
+ ACE_Sig_Adapter (const ACE_Sig_Adapter &);
+ ACE_Sig_Adapter & operator= (const ACE_Sig_Adapter & rhs);
+ // Explicitly disallow use of implicitly generated copy
+ // constructor and assignment operator to prevent inadvertent
+ // memory leaks.
+
int sigkey_;
// Key for this signal handler (used to remove it).