diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-08 00:06:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-08 00:06:10 +0000 |
commit | fe2521ea2374956a7bda4b1c4e62ef26cbeb7579 (patch) | |
tree | 31e6b83e17ad25bbe82cd48f27eeca036e5dbe73 /ace/XtReactor.h | |
parent | e2fe7230063cd01ca7bfbb5628b3c29c14b96792 (diff) | |
download | ATCD-fe2521ea2374956a7bda4b1c4e62ef26cbeb7579.tar.gz |
foo
Diffstat (limited to 'ace/XtReactor.h')
-rw-r--r-- | ace/XtReactor.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/XtReactor.h b/ace/XtReactor.h index a942757c48f..8feb29cbb5f 100644 --- a/ace/XtReactor.h +++ b/ace/XtReactor.h @@ -66,16 +66,12 @@ public: protected: - virtual int wait_for_multiple_events (ACE_Handle_Set &, - ACE_Handle_Set &, - ACE_Handle_Set &, + virtual int wait_for_multiple_events (ACE_Reactor_Handle_Set &, ACE_Time_Value *); virtual int XtWaitForMultipleEvents (int, - ACE_Handle_Set &, - ACE_Handle_Set &, - ACE_Handle_Set &, - ACE_Time_Value *); + ACE_Reactor_Handle_Set &, + ACE_Time_Value *); ACE_XtReactor (const ACE_Reactor &); ACE_XtReactor &operator = (const ACE_Reactor &); |