summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-28 21:18:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-28 21:18:29 +0000
commit0e142e81d20e46ea77aa190ef769dcd348d87a19 (patch)
tree4b6260a92518366efd76179322cc6ef695131e5a
parentd0a411dfea0a746b73cd9b70da158038168c3023 (diff)
downloadATCD-0e142e81d20e46ea77aa190ef769dcd348d87a19.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 7 insertions, 8 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index f892beec321..e2954d0a924 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -9,14 +9,13 @@ Wed Jul 28 15:47:20 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Wed Jul 28 14:23:29 1999 Fred Kuhns <fredk@cs.wustl.edu>
- * tao/IORManipulation
- Fixed a problem with how TAO_Stub creator was called. was
- TAO_Stub ((Stream_var)type_id, ...) But this resulted in both
- the stub object and the type_id obj owning the same string. The
- change is to first perform a string_dup () then give the string
- to the stub object. Thanks to Aniruddha Gokhale
- <gokhale@research.bell-labs.com> for id'ing the bug and
- providing a fix.
+ * tao/IORManipulation: Fixed a problem with how TAO_Stub creator was
+ called. It was originally TAO_Stub ((Stream_var)type_id, ...).
+ However, this resulted in both the stub object and the type_id
+ obj owning the same string. The change is to first perform a
+ string_dup () then give the string to the stub object. Thanks
+ to Aniruddha Gokhale <gokhale@research.bell-labs.com> for id'ing
+ the bug and providing a fix.
Wed Jul 28 13:53:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>