summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-24 03:39:37 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-24 03:39:37 +0000
commit55661f2065a2d02c514bc8d94f317782db4343e1 (patch)
tree4581b2f4b075ca1c0211261ac10654e5338fa7d5
parent01504d57641f9d8a6c51bab4a7548e8ed7eef967 (diff)
downloadATCD-55661f2065a2d02c514bc8d94f317782db4343e1.tar.gz
ChangeLogTag:Wed Feb 23 19:37:29 2000 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--ChangeLog36
-rw-r--r--ChangeLogs/ChangeLog-02a36
-rw-r--r--ChangeLogs/ChangeLog-03a36
-rw-r--r--tests/Dynamic_Priority_Test.cpp2
4 files changed, 64 insertions, 46 deletions
diff --git a/ChangeLog b/ChangeLog
index f641c536669..fd68ff81ddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,23 +1,29 @@
+Wed Feb 23 19:37:29 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Dynamic_Priority_Test.cpp:
+ More stuff that is not used unless ACE_HAS_TIMED_MESSAGE_BLOCKS
+ is defined.
+
Wed Feb 23 18:58:06 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Synch.i (lock): Make sure that ACE_File_Lock::set_handle()
- sets this->removed_ = 0. Thanks to Sanwoo Jin
- <swjinjin@sei.co.kr> for reporting this.
+ * ace/Synch.i (lock): Make sure that ACE_File_Lock::set_handle()
+ sets this->removed_ = 0. Thanks to Sanwoo Jin
+ <swjinjin@sei.co.kr> for reporting this.
- * tests/FlReactor_Test.cpp (main): Minor reformatting.
+ * tests/FlReactor_Test.cpp (main): Minor reformatting.
- * ace/config-win32-borland.h: When you define _DEBUG the orbsvcs
- dll exports all "inline" functions, and this seems to be too
- much for BCB4 linker. Thaddeus L. Olczyk
- <olczyk@interaccess.com> reported this problem and Christopher
- Kohlhoff <chris@kohlhoff.com> provided the fix.
+ * ace/config-win32-borland.h: When you define _DEBUG the orbsvcs
+ dll exports all "inline" functions, and this seems to be too
+ much for BCB4 linker. Thaddeus L. Olczyk
+ <olczyk@interaccess.com> reported this problem and Christopher
+ Kohlhoff <chris@kohlhoff.com> provided the fix.
- * ace/OS,
- ace/Synch: Added a new parameter to flock_destroy() and
- ACE_File_Lock::remove() that controls whether the lockfile is
- removed when the filelock is destroyed. By default, this is
- "enabled" so the existing semantics don't change. Thanks to
- Sanwoo Jin <swjinjin@sei.co.kr> for suggesting this.
+ * ace/OS,
+ ace/Synch: Added a new parameter to flock_destroy() and
+ ACE_File_Lock::remove() that controls whether the lockfile is
+ removed when the filelock is destroyed. By default, this is
+ "enabled" so the existing semantics don't change. Thanks to
+ Sanwoo Jin <swjinjin@sei.co.kr> for suggesting this.
Wed Feb 23 16:54:31 2000 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index f641c536669..fd68ff81ddb 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,23 +1,29 @@
+Wed Feb 23 19:37:29 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Dynamic_Priority_Test.cpp:
+ More stuff that is not used unless ACE_HAS_TIMED_MESSAGE_BLOCKS
+ is defined.
+
Wed Feb 23 18:58:06 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Synch.i (lock): Make sure that ACE_File_Lock::set_handle()
- sets this->removed_ = 0. Thanks to Sanwoo Jin
- <swjinjin@sei.co.kr> for reporting this.
+ * ace/Synch.i (lock): Make sure that ACE_File_Lock::set_handle()
+ sets this->removed_ = 0. Thanks to Sanwoo Jin
+ <swjinjin@sei.co.kr> for reporting this.
- * tests/FlReactor_Test.cpp (main): Minor reformatting.
+ * tests/FlReactor_Test.cpp (main): Minor reformatting.
- * ace/config-win32-borland.h: When you define _DEBUG the orbsvcs
- dll exports all "inline" functions, and this seems to be too
- much for BCB4 linker. Thaddeus L. Olczyk
- <olczyk@interaccess.com> reported this problem and Christopher
- Kohlhoff <chris@kohlhoff.com> provided the fix.
+ * ace/config-win32-borland.h: When you define _DEBUG the orbsvcs
+ dll exports all "inline" functions, and this seems to be too
+ much for BCB4 linker. Thaddeus L. Olczyk
+ <olczyk@interaccess.com> reported this problem and Christopher
+ Kohlhoff <chris@kohlhoff.com> provided the fix.
- * ace/OS,
- ace/Synch: Added a new parameter to flock_destroy() and
- ACE_File_Lock::remove() that controls whether the lockfile is
- removed when the filelock is destroyed. By default, this is
- "enabled" so the existing semantics don't change. Thanks to
- Sanwoo Jin <swjinjin@sei.co.kr> for suggesting this.
+ * ace/OS,
+ ace/Synch: Added a new parameter to flock_destroy() and
+ ACE_File_Lock::remove() that controls whether the lockfile is
+ removed when the filelock is destroyed. By default, this is
+ "enabled" so the existing semantics don't change. Thanks to
+ Sanwoo Jin <swjinjin@sei.co.kr> for suggesting this.
Wed Feb 23 16:54:31 2000 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index f641c536669..fd68ff81ddb 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,23 +1,29 @@
+Wed Feb 23 19:37:29 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Dynamic_Priority_Test.cpp:
+ More stuff that is not used unless ACE_HAS_TIMED_MESSAGE_BLOCKS
+ is defined.
+
Wed Feb 23 18:58:06 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Synch.i (lock): Make sure that ACE_File_Lock::set_handle()
- sets this->removed_ = 0. Thanks to Sanwoo Jin
- <swjinjin@sei.co.kr> for reporting this.
+ * ace/Synch.i (lock): Make sure that ACE_File_Lock::set_handle()
+ sets this->removed_ = 0. Thanks to Sanwoo Jin
+ <swjinjin@sei.co.kr> for reporting this.
- * tests/FlReactor_Test.cpp (main): Minor reformatting.
+ * tests/FlReactor_Test.cpp (main): Minor reformatting.
- * ace/config-win32-borland.h: When you define _DEBUG the orbsvcs
- dll exports all "inline" functions, and this seems to be too
- much for BCB4 linker. Thaddeus L. Olczyk
- <olczyk@interaccess.com> reported this problem and Christopher
- Kohlhoff <chris@kohlhoff.com> provided the fix.
+ * ace/config-win32-borland.h: When you define _DEBUG the orbsvcs
+ dll exports all "inline" functions, and this seems to be too
+ much for BCB4 linker. Thaddeus L. Olczyk
+ <olczyk@interaccess.com> reported this problem and Christopher
+ Kohlhoff <chris@kohlhoff.com> provided the fix.
- * ace/OS,
- ace/Synch: Added a new parameter to flock_destroy() and
- ACE_File_Lock::remove() that controls whether the lockfile is
- removed when the filelock is destroyed. By default, this is
- "enabled" so the existing semantics don't change. Thanks to
- Sanwoo Jin <swjinjin@sei.co.kr> for suggesting this.
+ * ace/OS,
+ ace/Synch: Added a new parameter to flock_destroy() and
+ ACE_File_Lock::remove() that controls whether the lockfile is
+ removed when the filelock is destroyed. By default, this is
+ "enabled" so the existing semantics don't change. Thanks to
+ Sanwoo Jin <swjinjin@sei.co.kr> for suggesting this.
Wed Feb 23 16:54:31 2000 Steve Huston <shuston@riverace.com>
diff --git a/tests/Dynamic_Priority_Test.cpp b/tests/Dynamic_Priority_Test.cpp
index 65f8b353640..2b63ab276b8 100644
--- a/tests/Dynamic_Priority_Test.cpp
+++ b/tests/Dynamic_Priority_Test.cpp
@@ -55,6 +55,7 @@
ACE_RCSID(tests, Dynamic_Priority_Test, "$Id$")
+#if defined (ACE_HAS_TIMED_MESSAGE_BLOCKS)
enum Test_Type {BEST, WORST, RANDOM};
class ArgStruct
@@ -107,7 +108,6 @@ const int vx_max_queue = INT_MAX;
const int vx_msg_size = 32;
#endif /* defined (VXWORKS) */
-#if defined (ACE_HAS_TIMED_MESSAGE_BLOCKS)
// Loading parameters (number of messages to push through queues) for
// performance tests.
static int MIN_LOAD = 20;