summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/High_Res_Timer.inl')
-rw-r--r--ace/High_Res_Timer.inl11
1 files changed, 3 insertions, 8 deletions
diff --git a/ace/High_Res_Timer.inl b/ace/High_Res_Timer.inl
index 1b37f522439..49fff1aabe4 100644
--- a/ace/High_Res_Timer.inl
+++ b/ace/High_Res_Timer.inl
@@ -1,5 +1,4 @@
-// -*- C++ -*- */
-//
+/* -*- C++ -*- */
// $Id$
#include "ace/Global_Macros.h"
@@ -8,11 +7,9 @@
# include "ace/OS_NS_sys_time.h"
#endif /* ACE_WIN32 */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-// Be very careful before changing the calculations inside
+// Be very carefull before changing the calculations inside
// ACE_High_Res_Timer. The precision matters and we are using integer
-// calculations not floating point. Also look closely at the emulated 64
+// calculations not floating point. Also look good at the emulated 64
// bit int class (inside Basic_Types{h,i,cpp} before changing
// anything. It's operator/ only returns 32 bits not 64 bits, among
// other things.
@@ -173,5 +170,3 @@ ACE_High_Res_Timer::global_scale_factor (ACE_UINT32 gsf)
{
global_scale_factor_ = gsf;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL