summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-31 22:13:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-31 22:13:30 +0000
commit2e44611502efe9481315a64df27579783ee42ba1 (patch)
tree742a93b7aee3d791a1ace3b5eaa1fde04f4fd3c9
parent9f51a3a7152e297db7a42801591f5ce43c3fea5e (diff)
downloadATCD-2e44611502efe9481315a64df27579783ee42ba1.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 6528206ccaf..26fca36bcb9 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,16 @@
+Sun Jan 31 16:09:55 1999 Jeff Parswons >parsons@cs.wustl.edu>
+
+ * ACE_wrappers/tests/CDR_Test.cpp:
+ Plugged a memory leak in a string read from the CDR stream.
+
+ * ace/CDR.{h,i,cpp}:
+ Changed the name of the "base" class holding the constants to
+ 'CDR' from 'ACE_CDR'. In leveraging this code in the TAO cdr
+ classes, I've discovered that there are many files that
+ use these constants, so probably best to keep the original
+ name. Also made minor changes to read_string, read_wstring,
+ append_string and append_wstring to prevent a memeory leak
+ if the operation fails.
Sun Jan 31 11:58:32 1999 James CE Johnson <jcej@chiroptera.tragus.org>