ACE 8.0.0
|
This class is posted to the completion port when a timer expires. When the complete method of this object is called, the handler's handle_timeout method will be called. More...
#include <WIN32_Proactor.h>
Protected Member Functions | |
ACE_WIN32_Asynch_Timer (const ACE_Handler::Proxy_Ptr &handler_proxy, 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 |
This class is posted to the completion port when a timer expires. When the complete method of this object is called, the handler's handle_timeout method will be called.
|
protected |
Constructor.
|
protectedvirtual |
This method calls the handler's handle_timeout method.
|
friend |
The factory method for this class is with the POSIX_Proactor class.
|
protected |
Time value requested by caller.