#include <ServerTime_impl.h>
Inheritance diagram for ServerTime::Time_impl:
Public Methods | |
Time_impl () | |
~Time_impl () | |
virtual CORBA::Long | Now () throw (CORBA::SystemException) |
virtual CORBA::Long | Drift () throw (CORBA::SystemException) |
virtual void | Drift (CORBA::Long) throw (CORBA::SystemException) |
virtual void | WaitThisLong (CORBA::Long seconds) throw (CORBA::SystemException) |
Private Methods | |
Time_impl (const Time_impl &) | |
void | operator= (const Time_impl &) |
Private Attributes | |
time_t | m_drift |
|
|
|
Definition at line 36 of file ServerTime_impl.cpp. |
|
Definition at line 41 of file ServerTime_impl.cpp. |
|
Definition at line 68 of file ServerTime_impl.cpp. |
|
Definition at line 60 of file ServerTime_impl.cpp. |
|
Definition at line 49 of file ServerTime_impl.cpp. |
|
Definition at line 78 of file ServerTime_impl.cpp. |
|
|
|
Definition at line 42 of file ServerTime_impl.h. |