summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 04:33:19 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 04:33:19 +0000
commit9bef48e6d066ab70daa96abe157ad91fb871fbf6 (patch)
tree10413f03ace8bf7c304ce415ae987d7049613fb3 /ace/Select_Reactor.h
parentc01ce850adaf528342fcdbb74e0965b2ec416a58 (diff)
downloadATCD-9bef48e6d066ab70daa96abe157ad91fb871fbf6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Select_Reactor.h')
-rw-r--r--ace/Select_Reactor.h8
1 files changed, 4 insertions, 4 deletions
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 <requeue_position_>.
- 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...