#include <POSIX_Proactor.h>
Inheritance diagram for ACE_POSIX_Asynch_Timer
Protected Methods | |
ACE_POSIX_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 = ACE_SIGRTMIN) | |
Constructor. | |
virtual | ~ACE_POSIX_Asynch_Timer (void) |
Destructor. | |
virtual void | complete (u_long 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_POSIX_Proactor |
class | ACE_POSIX_SIG_Proactor |
|
Constructor.
|
|
Destructor.
|
|
This method calls the <handler>'s handle_timeout method.
|
|
The factory method for this class is with the POSIX_Proactor class.
|
|
|
|
Time value requested by caller.
|