diff options
Diffstat (limited to 'ACE/ace/Event_Handler_T.h')
-rw-r--r-- | ACE/ace/Event_Handler_T.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Event_Handler_T.h b/ACE/ace/Event_Handler_T.h index ce9dc663d1d..97948094785 100644 --- a/ACE/ace/Event_Handler_T.h +++ b/ACE/ace/Event_Handler_T.h @@ -75,7 +75,6 @@ public: /// Handle close events. typedef int (T::*CL_HANDLER) (ACE_HANDLE, ACE_Reactor_Mask); - /// = Initialization and termination methods. typedef int (T::*SIG_HANDLER) (int, siginfo_t*, ucontext_t*); /// Initialize the op_handler. |