summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-02 23:03:56 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-02 23:03:56 +0000
commitf1c9ff96aa9136f78a078ce17c5dc21807ddb918 (patch)
tree2a25cb8641fdce1066c4e245f557bbe8d36a46d5 /ace/Reactor_Impl.h
parente82ea4edfd3e5bb7ed3263e9b00060f185f09240 (diff)
downloadATCD-f1c9ff96aa9136f78a078ce17c5dc21807ddb918.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index d3c941e5472..08805671dc2 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -205,7 +205,10 @@ public:
virtual int resume_handlers (void) = 0;
// Resume all <handles>.
- virtual int reset_new_handle (void) = 0;
+ virtual int uses_event_associations (void) = 0;
+ // Return 1 if we any event associations were made by the reactor
+ // for the handles that it waits on, 0 otherwise.
+
// If we need to reset handles returned from accept/connect.
// Timer management.