summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/High_Res_Timer.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r--ace/High_Res_Timer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h
index 2ccbaff96de..c040e221da5 100644
--- a/ace/High_Res_Timer.h
+++ b/ace/High_Res_Timer.h
@@ -20,9 +20,11 @@
#include "ace/ACE.h"
class ACE_Export ACE_High_Res_Timer
- // = TITLE A high resolution timer class wrapper that encapsulates
- // OS-specific high-resolution timers, such as those found on
- // Solaris, AIX, Win32/Pentium, and VxWorks.
+{
+ // = TITLE
+ // A high resolution timer class wrapper that encapsulates
+ // OS-specific high-resolution timers, such as those found on
+ // Solaris, AIX, Win32/Pentium, and VxWorks.
//
// = DESCRIPTION
// Most of the member functions don't return values. The only
@@ -60,7 +62,6 @@ class ACE_Export ACE_High_Res_Timer
//
// This issue is not mentioned in the Solaris 2.5.1 gethrtime man
// page.
-{
public:
// = Initialization method.