summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 21:04:41 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 21:04:41 +0000
commitf9d06ad59444d88f99255fa0411a6d60f25cac68 (patch)
tree940c0f1a1591c22775ec4c4145a8496037cdbef1
parent1e1d68ece86690487007ca5df30276cb3551fd62 (diff)
downloadATCD-f9d06ad59444d88f99255fa0411a6d60f25cac68.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 3846ea46e33..c8f54649d40 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -9,6 +9,12 @@ Wed May 13 06:58:38 1998 David L. Levine <levine@cs.wustl.edu>
decode.cpp,encode.cpp,skip.cpp:
changed ~0 to ~0u to avoid signed/unsigned comparisons.
+ * tao/IIOP_Interpreter.cpp (calc_seq_attributes):
+ replaced TAO_Unbounded_Sequence<CORBA::Long> with
+ TAO_Unbounded_String_Sequence. For unknown reasons,
+ GreenHills couldn't compile it without this change.
+ Thanks to Carlos for providing the fix.
+
* many *.{h,i,cpp,idl} files: inserted RCS keyword string.
* tests/Param_Test/tests.cpp: moved some return statements