summaryrefslogtreecommitdiff
path: root/ace/Timer_Hash_T.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-10-29 00:48:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-10-29 00:48:45 +0000
commit7182d1c1a3982b349cbb709be36a10a80f9c0b9e (patch)
tree409580deef196c33af462aa4ffa75a1a02f58c25 /ace/Timer_Hash_T.cpp
parent9738b1ad41774bd4d5086322d48793238c8694a7 (diff)
downloadATCD-7182d1c1a3982b349cbb709be36a10a80f9c0b9e.tar.gz
ChangeLogTag:Sun Oct 28 16:44:20 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Timer_Hash_T.cpp')
-rw-r--r--ace/Timer_Hash_T.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Timer_Hash_T.cpp b/ace/Timer_Hash_T.cpp
index 97d29a31fd5..ac303cca469 100644
--- a/ace/Timer_Hash_T.cpp
+++ b/ace/Timer_Hash_T.cpp
@@ -12,7 +12,9 @@
#include "ace/High_Res_Timer.h"
#include "ace/Log_Msg.h"
-ACE_RCSID(ace, Timer_Hash_T, "$Id$")
+ACE_RCSID(ace,
+ Timer_Hash_T,
+ "$Id$")
struct Hash_Token
{
@@ -213,7 +215,7 @@ ACE_Timer_Hash_T<TYPE, FUNCTOR, ACE_LOCK, BUCKET>::ACE_Timer_Hash_T (size_t tabl
ACE_TRACE ("ACE_Timer_Hash_T::ACE_Timer_Hash_T");
ACE_NEW (table_,
- BUCKET *[table_size]));
+ BUCKET *[table_size]);
this->gettimeofday (ACE_OS::gettimeofday);