summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 3c094e8a815..a47bea9aa5d 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -36,7 +36,8 @@ class ACE_Reactor_Impl;
class ACE_Export ACE_Reactor_Notify : public ACE_Event_Handler
{
// = TITLE
- // Unblock an <ACE_Reactor_Impl> from its event loop.
+ // Abstract class for unblocking an <ACE_Reactor_Impl> from its
+ // event loop.
public:
// = Initialization and termination methods.
virtual int open (ACE_Reactor_Impl *,
@@ -74,7 +75,8 @@ public:
int restart = 0,
ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0,
- int disable_notify_pipe = 0) = 0;
+ int disable_notify_pipe = 0,
+ ACE_Reactor_Notify * = 0) = 0;
// Initialization.
virtual int current_info (ACE_HANDLE, size_t & /* size */) = 0;