From 9bef48e6d066ab70daa96abe157ad91fb871fbf6 Mon Sep 17 00:00:00 2001 From: irfan Date: Mon, 11 May 1998 04:33:19 +0000 Subject: *** empty log message *** --- ace/Select_Reactor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ace/Select_Reactor.h') diff --git a/ace/Select_Reactor.h b/ace/Select_Reactor.h index 9457d529546..32f3533b36d 100644 --- a/ace/Select_Reactor.h +++ b/ace/Select_Reactor.h @@ -898,16 +898,16 @@ protected: // Enqueue ourselves into the list of waiting threads at the // appropriate point specified by . - friend class ACE_Select_Reactor_Notify; - friend class ACE_Select_Reactor_Handler_Repository; - -private: int release_token (void); // Release the token lock when a Win32 structured exception occurs. int handle_events_i (ACE_Time_Value *max_wait_time = 0); // Stops the VC++ compiler from bitching about exceptions and destructors + friend class ACE_Select_Reactor_Notify; + friend class ACE_Select_Reactor_Handler_Repository; + +private: ACE_Select_Reactor (const ACE_Select_Reactor &); ACE_Select_Reactor &operator = (const ACE_Select_Reactor &); // Deny access since member-wise won't work... -- cgit v1.2.1