summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-27 19:49:50 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-27 19:49:50 +0000
commit044b6ab71725da4606ec7754155c3d00a59cb40c (patch)
tree2e76d0e500614b44b7c1292da1f1485185db32d8
parent9c946459a89a2ddf66f09dd4370f66f4f819e608 (diff)
downloadATCD-044b6ab71725da4606ec7754155c3d00a59cb40c.tar.gz
Tue Aug 27 14:44:00 2002 Justin Michel <michel_j@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/Timer_Wheel_T.cpp2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00c57607361..337ed3dfc99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 27 14:44:00 2002 Justin Michel <michel_j@ociweb.com>
+
+ * ace/Timer_Wheel_T.cpp:
+
+ Fixed problem with incorrect name in ACE_TRACE macro.
+
Tue Aug 27 13:28:17 2002 Steve Huston <shuston@riverace.com>
* ace/config-win32-common.h: Added #define ACE_MALLOC_ALIGN 8 for
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 00c57607361..337ed3dfc99 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Tue Aug 27 14:44:00 2002 Justin Michel <michel_j@ociweb.com>
+
+ * ace/Timer_Wheel_T.cpp:
+
+ Fixed problem with incorrect name in ACE_TRACE macro.
+
Tue Aug 27 13:28:17 2002 Steve Huston <shuston@riverace.com>
* ace/config-win32-common.h: Added #define ACE_MALLOC_ALIGN 8 for
diff --git a/ace/Timer_Wheel_T.cpp b/ace/Timer_Wheel_T.cpp
index 68df0a95d39..e1c27791f5c 100644
--- a/ace/Timer_Wheel_T.cpp
+++ b/ace/Timer_Wheel_T.cpp
@@ -160,7 +160,7 @@ ACE_Timer_Wheel_T<TYPE, FUNCTOR, ACE_LOCK>::open_i (size_t prealloc, u_int spoke
template <class TYPE, class FUNCTOR, class ACE_LOCK>
ACE_Timer_Wheel_T<TYPE, FUNCTOR, ACE_LOCK>::~ACE_Timer_Wheel_T (void)
{
- ACE_TRACE ("ACE_Timer_spokes_T::~ACE_Timer_spokes_T");
+ ACE_TRACE ("ACE_Timer_Wheel_T::~ACE_Timer_Wheel_T");
delete iterator_;