summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-22 22:54:27 +0000
committerSteve Huston <shuston@riverace.com>1997-11-22 22:54:27 +0000
commitd933019404a13d0acec26f4ba19a28b94c4c85e8 (patch)
tree785df3d68276cd0817064bd9941317d902881aed
parentf8185d82fd57fac43237be97c8aabec08f2f9296 (diff)
downloadATCD-d933019404a13d0acec26f4ba19a28b94c4c85e8.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97b4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 4d6f16553ab..9b15b9be541 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -24,6 +24,10 @@ Sat Nov 22 14:38:22 1997 Steve Huston <shuston@riverace.com>
Added 'const' to "char *" - can't initialize a char * with
a const string. Fixes Riverace problem ID P38, P40.
+ * tests/Thread_Pool_Test.cpp: Moved 'this->getq(mb)' out of an
+ ACE_ASSERT. Thanks to Arturo Montes <mitosys@colomsat.net.co>
+ for finding this.
+
Sat Nov 22 05:44:10 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu>
* tests/Process_Strategy_Test.cpp (main): Shuffled things around