#include <WIN32_Proactor.h>
Inheritance diagram for ACE_WIN32_Asynch_Timer:
Protected Methods | |
ACE_WIN32_Asynch_Timer (ACE_Handler &handler, const void *act, const ACE_Time_Value &tv, ACE_HANDLE event=ACE_INVALID_HANDLE, int priority=0, int signal_number=0) | |
Constructor. | |
virtual void | complete (size_t bytes_transferred, int success, const void *completion_key, u_long error=0) |
This method calls the <handler>'s handle_timeout method. | |
Protected Attributes | |
ACE_Time_Value | time_ |
Time value requested by caller. | |
Friends | |
class | ACE_WIN32_Proactor |
|
Constructor.
|
|
This method calls the <handler>'s handle_timeout method.
Implements ACE_Asynch_Result_Impl. |
|
The factory method for this class is with the POSIX_Proactor class. Reimplemented from ACE_WIN32_Asynch_Result. |
|
Time value requested by caller.
|