summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-15 00:34:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-15 00:34:04 +0000
commit4485f1f9be254b4468cb140f1cd24cbef3a59f74 (patch)
treee99d6eb7e4e51fe9f48ed0510854cbd631c6e550
parent45c4caa9c01c05ab91a3db94ec245ea19cb71c8c (diff)
downloadATCD-4485f1f9be254b4468cb140f1cd24cbef3a59f74.tar.gz
* ace/Message_Block.cpp (total_size):
Corrected warning caused by assignment to non-const from const. * ace/Message_Queue_T.cpp (close): Temporary variable wasn't declared. * ace/Message_Queue_T.cpp (remove_messages): Removed unused variable.
-rw-r--r--ChangeLog-99b14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 9a48dd95004..31056c541d1 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,17 @@
+Fri May 14 19:31:04 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/Message_Block.cpp (total_size):
+
+ Corrected warning caused by assignment to non-const from const.
+
+ * ace/Message_Queue_T.cpp (close):
+
+ Temporary variable wasn't declared.
+
+ * ace/Message_Queue_T.cpp (remove_messages):
+
+ Removed unused variable.
+
Fri May 14 19:16:06 1999 Ossama Othman <othman@cs.wustl.edu>
* ace/Task_T.cpp (put, flush):