diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-03 19:13:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-03 19:13:37 +0000 |
commit | a5bb119b2cb763881d4c013b3bbb5bb3f46687bf (patch) | |
tree | 543b0adda6ba973c9e670285c56749da08cdc120 /ace/Reactor_Impl.h | |
parent | dd223da9e54f59aa4038112f3356a9995c4f70eb (diff) | |
download | ATCD-a5bb119b2cb763881d4c013b3bbb5bb3f46687bf.tar.gz |
ChangeLogTag: Mon Jan 3 19:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r-- | ace/Reactor_Impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h index 40fc4f750cc..d067a583e84 100644 --- a/ace/Reactor_Impl.h +++ b/ace/Reactor_Impl.h @@ -59,9 +59,9 @@ public: * caller will block until action is possible, else will wait until * the relative time specified in *<timeout> elapses). */ - virtual int notify (ACE_Event_Handler * = 0, - ACE_Reactor_Mask = ACE_Event_Handler::EXCEPT_MASK, - ACE_Time_Value * = 0) = 0; + virtual int notify (ACE_Event_Handler *eh = 0, + ACE_Reactor_Mask mask = ACE_Event_Handler::EXCEPT_MASK, + ACE_Time_Value *timeout = 0) = 0; /// Handles pending threads (if any) that are waiting to unblock the /// <Reactor_Impl>. |