We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b86aaf6 + 598a2f7 commit f053712Copy full SHA for f053712
1 file changed
ACE/ace/Event_Handler_T.h
@@ -64,8 +64,7 @@ class ACE_Event_Handler_T : public ACE_Event_Handler
64
65
// Get/set the underlying handle.
66
using GET_HANDLE = ACE_HANDLE (T::*)() const;
67
- t;
68
-using SET_HANDLE = void (T::*)(ACE_HANDLE);
+ using SET_HANDLE = void (T::*)(ACE_HANDLE);
69
70
/// Handle I/O events.
71
using IO_HANDLER = int (T::*)(ACE_HANDLE);
@@ -75,9 +74,7 @@ using SET_HANDLE = void (T::*)(ACE_HANDLE);
75
74
76
/// Handle close events.
77
using CL_HANDLER = int (T::*)(ACE_HANDLE, ACE_Reactor_Mask);
78
-
79
- type;
80
-using SIG_HANDLER = int (T::*)(int, siginfo_t *, ucontext_t *);
+ using SIG_HANDLER = int (T::*)(int, siginfo_t *, ucontext_t *);
81
82
/// Initialize the op_handler.
83
ACE_Event_Handler_T (T *op_handler,
0 commit comments