diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/System_Time.h | |
parent | 4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff) | |
download | ATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/System_Time.h')
-rw-r--r-- | ace/System_Time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/System_Time.h b/ace/System_Time.h index b7607829c48..a84a22fd8de 100644 --- a/ace/System_Time.h +++ b/ace/System_Time.h @@ -23,19 +23,19 @@ #include "ace/Malloc_T.h" class ACE_Export ACE_Date_Time - // TITLE +{ + // = TITLE // This class holds internally date and time and has interfaces // for getting month or compares of times and dates, etc. -{ public: }; class ACE_Export ACE_System_Time +{ // = TITLE // Defines the timer services of the OS interface to access the // system time either on the local host or on the central time // server in the network. -{ public: enum Sync_Mode { Jump, Adjust }; // enumeration types to specify mode of synchronization with master |