summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-11-19 23:37:10 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-11-19 23:37:10 +0000
commitb513524ad88529655c140f0abeadd445c775d1b2 (patch)
treea80a5bc3992f16a9c554f717e04d7cc4c9542707
parent4d1608db6349f1d27165a621e2189d1a1bdd59b4 (diff)
downloadATCD-b513524ad88529655c140f0abeadd445c775d1b2.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index e9cfc13731d..15262de0296 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,18 @@
+Wed Nov 19 17:45:52 1997 Chris Cleeland <cleeland@cs.wustl.edu>
+
+ * tests/Cubit/TAO/IDL_Cubit/clnt.cpp: Put in proper release of
+ resources after _narrow operation.
+
+ * tao/stub.h: Used CORBA::String_var as the underlying type for
+ 'type_id' in STUB_Object. In the long run this may be a bad idea
+ for performance considerations, but we may be able to improve that
+ by improving the implementation of String_var.
+
+ * tao/orbobj.cpp: Removed unreachable ACE_NOTSUP_RETURN.
+
+ * tao/decode.cpp: Made allocation and free semantics of
+ 'type_hint' consistent with its type of CORBA::String.
+
Wed Nov 19 17:33:42 1997 Sumedh Mungee <sumedh@lindy.cs.wustl.edu>
* Task_Client.cpp: Fixed error_count.. Thanks to James Hu.