diff options
Diffstat (limited to 'ace/Asynch_IO_Impl.h')
-rw-r--r-- | ace/Asynch_IO_Impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Asynch_IO_Impl.h b/ace/Asynch_IO_Impl.h index 5657c2c49dc..3742b48a24e 100644 --- a/ace/Asynch_IO_Impl.h +++ b/ace/Asynch_IO_Impl.h @@ -483,7 +483,8 @@ public: ACE_HANDLE accept_handle, const void *act, int priority, - int signal_number) = 0; + int signal_number, + int addr_family) = 0; protected: /// Do-nothing constructor. |