summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-24 09:05:52 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-24 09:05:52 +0000
commitba2da38edc1b6a1fecebdff41c7f264852976d89 (patch)
tree13bc6687d4e955be5b99663037e33fdc9936c40f /ace/Select_Reactor.h
parentfa4eaf5ce5d196b2b513af96190674b7524d5315 (diff)
downloadATCD-ba2da38edc1b6a1fecebdff41c7f264852976d89.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 fb268c8f977..79ee6f90e8d 100644
--- a/ace/Select_Reactor.h
+++ b/ace/Select_Reactor.h
@@ -893,16 +893,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...