summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-02 01:39:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-02 01:39:17 +0000
commit7cb8f06fa28444a94331e4bf666c1ee1b849bc15 (patch)
tree77276feae1986a4cb1141e9dbd9f5d810a0cc0aa /ace/Event_Handler.h
parent54bd19b96ea6f8e0fea08ff4a3bbc719caac86e3 (diff)
downloadATCD-7cb8f06fa28444a94331e4bf666c1ee1b849bc15.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index a5f484310bc..ece9adf8715 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -152,11 +152,6 @@ protected:
// Force ACE_Event_Handler to be an abstract base class.
private:
- ACE_Event_Handler (const ACE_Event_Handler &);
- ACE_Event_Handler & operator= (const ACE_Event_Handler & rhs);
- // Explicitly disallow use of implicitly generated copy
- // constructor and assignment operator to prevent inadvertent
- // memory leaks.
int priority_;
// Priority of this Event_Handler.
@@ -185,13 +180,6 @@ public:
ACE_Reactor_Mask mask_;
// Mask that indicates which method to call.
-
-private:
- ACE_Notification_Buffer (const ACE_Notification_Buffer &);
- ACE_Notification_Buffer & operator= (const ACE_Notification_Buffer & rhs);
- // Explicitly disallow use of implicitly generated copy
- // constructor and assignment operator to prevent inadvertent
- // memory leaks.
};
#if defined (__ACE_INLINE__)