summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor.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/Select_Reactor.h
parente82ea4edfd3e5bb7ed3263e9b00060f185f09240 (diff)
downloadATCD-f1c9ff96aa9136f78a078ce17c5dc21807ddb918.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Select_Reactor.h')
-rw-r--r--ace/Select_Reactor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/Select_Reactor.h b/ace/Select_Reactor.h
index 7f66b6c03f1..ae350a4fcc0 100644
--- a/ace/Select_Reactor.h
+++ b/ace/Select_Reactor.h
@@ -486,8 +486,11 @@ public:
virtual int resume_handlers (void);
// Resume all the <Event_Handlers> in the Select_Reactor.
- virtual int reset_new_handle (void);
- // If we need to reset handles returned from accept/connect.
+ virtual int uses_event_associations (void);
+ // Return 1 if we any event associations were made by the reactor
+ // for the handles that it waits on, 0 otherwise. Since the
+ // Select_Reactor does not do any event associations, this function
+ // always return 0.
// = Timer management.
virtual long schedule_timer (ACE_Event_Handler *,