From 7cb8f06fa28444a94331e4bf666c1ee1b849bc15 Mon Sep 17 00:00:00 2001 From: irfan Date: Fri, 2 Apr 1999 01:39:17 +0000 Subject: *** empty log message *** --- ace/Event_Handler.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ace/Event_Handler.h') 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__) -- cgit v1.2.1