summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-24 09:25:08 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-24 09:25:08 +0000
commit52f8dbc9adc71ae0a9bdc748f3fc337a367c8802 (patch)
tree0d937bc279a07aa7eea1e81479bf973c4b21cedd /ace/Select_Reactor.h
parentf05fe3492a433a3df5a138c3d8d2366d23a78041 (diff)
downloadATCD-52f8dbc9adc71ae0a9bdc748f3fc337a367c8802.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 79ee6f90e8d..fb268c8f977 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...