#include <SystemTime.hpp>
Inheritance diagram for SystemTime:


Definition at line 38 of file SystemTime.hpp.
Public Member Functions | |
| SystemTime () throw () | |
| Default Constructor. | |
| virtual | ~SystemTime () throw () |
| Virtual Destructor. | |
| SystemTime & | update () throw () |
| Update this object to the current system time. | |
Protected Member Functions | |
| SystemTime (const SystemTime &right) throw () | |
| Disallow Copy Constructor. | |
|
|
Disallow Copy Constructor.
Definition at line 74 of file SystemTime.hpp. |
|
|
Update this object to the current system time.
Definition at line 33 of file SystemTime.cpp. |
1.3.9.1