summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-25 17:41:34 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-25 17:41:34 +0000
commitd1837111abd945d0e6c4e5c7d213f93030388520 (patch)
tree156a1131da2d7b18cf7952c06af470bab4bddd67 /ace/Reactor.h
parent0c88c01e22f1ae910d06d48b802d3bd1e21ca60a (diff)
downloadATCD-d1837111abd945d0e6c4e5c7d213f93030388520.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 74a593dc841..6a04175a489 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -705,6 +705,9 @@ 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
+
// Deny access since member-wise won't work...
ACE_Reactor (const ACE_Reactor &);
ACE_Reactor &operator = (const ACE_Reactor &);