#include <TAO_Time_Service_Server.h>
Public Member Functions | |
TAO_Time_Service_Server (void) | |
Constructor. | |
~TAO_Time_Service_Server (void) | |
Destructor. |
The Object implementation implements methods to retrieve current time as well as secure current time. The times are retrieved as UTOs. The object also allows creation of a TIO for a given time interval. In general, the TimeService manages the UTOs and the TIOs. The notion of time returned here is the local time of the system.
Definition at line 38 of file TAO_Time_Service_Server.h.
|
Constructor.
Definition at line 17 of file TAO_Time_Service_Server.cpp.
00018 { 00019 } |
|
Destructor.
Definition at line 22 of file TAO_Time_Service_Server.cpp.
00023 { 00024 } |