#include <Timer_Helper.h>
Inheritance diagram for Timer_Helper:
Public Member Functions | |
Timer_Helper (void) | |
Constructor. | |
~Timer_Helper (void) | |
Destructor. | |
Timer_Helper (TAO_Time_Service_Clerk *clerk) | |
Constructor that sets the clerk. | |
int | handle_timeout (const ACE_Time_Value &time, const void *arg) |
Protected Types | |
typedef ACE_Array_Base< CosTime::TimeService_var > | IORS |
The set of server IORs. | |
Protected Attributes | |
TAO_Time_Service_Clerk * | clerk_ |
Clerk's instance that this class helps to update time. |
The handle timeout method of this class is called periodically by the reactor. This method updates the clerk's notion of globally synchronized time by contacting the various Time Servers.
|
The set of server IORs.
|
|
Constructor.
|
|
Destructor.
|
|
Constructor that sets the clerk.
|
|
This method is called periodically by the Reactor to update the clerk's time. Reimplemented from ACE_Event_Handler. |
|
Clerk's instance that this class helps to update time.
|