#include "ace/Event_Handler.h"
#include "ace/Containers.h"
#include "orbsvcs/Time/time_export.h"
#include "orbsvcs/TimeServiceS.h"
Include dependency graph for Timer_Helper.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | Timer_Helper |
Timer Helper for the clerk. More... |
This class is registered with the Reactor and extends from the event handler.It is a friend of the TAO_Time_Service_Clerk and helps to update the clerk's notion of globally synchronized time. This class obviates the need for multiple inheritance in the clerk.