diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-21 18:54:57 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-21 18:54:57 +0000 |
commit | 1a8dd559a165c70487440d996514ae7a92f3e6dc (patch) | |
tree | 122608cfd718a071bcdb93959093256a281a05a4 | |
parent | 33799bda7654d09e24ef974552a8ea7790d1c3f3 (diff) | |
download | ATCD-1a8dd559a165c70487440d996514ae7a92f3e6dc.tar.gz |
* tao/DynAny_i.cpp:
Added call to unalias() before checking TCKind in
insert operations for string, object, TypeCode and
Any.
* ORB.cpp:
Replaced no-op in body of create_named_value with
a simple call to ACE_NEW.
Thanks to Phillipe Merle <Philippe.Merle@lifl.fr> for
sending in both these fixes.
-rw-r--r-- | TAO/ChangeLog-99c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index 92e2dee8c6d..297a3da392d 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,17 @@ +Tue Sep 21 13:51:08 1999 Jeff Parsons <parsons@cs.wustl.edu> + + * tao/DynAny_i.cpp: + Added call to unalias() before checking TCKind in + insert operations for string, object, TypeCode and + Any. + + * ORB.cpp: + Replaced no-op in body of create_named_value with + a simple call to ACE_NEW. + + Thanks to Phillipe Merle <Philippe.Merle@lifl.fr> for + sending in both these fixes. + Tue Sep 21 12:10:29 1999 Jeff Parsons <parsons@cs.wustl.edu> * tao/Typecode.cpp: |