summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 18:53:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 18:53:35 +0000
commite1f42245282ffe1904cec025891a66cb4ef0e392 (patch)
treee3be2193adde9997171b381f141aeb0a29c9dcf0
parentcdf49eac18dc01fd56c787100fe86c812d0a4f2e (diff)
downloadATCD-e1f42245282ffe1904cec025891a66cb4ef0e392.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 94604131f57..c571d5207af 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -3,11 +3,14 @@ Tue Feb 17 11:30:53 1998 David L. Levine <levine@cs.wustl.edu>
* tao/orbconf.h: set TAO_ALIGNMENT_MAGIC_NUMBER to 128 if
ACE_SIZEOF_LONG > 4, e.g., on 64-bit CPUs.
+ * tao/except.cpp (make_standard_typecode): replaced unsigned long/
+ long with CORBA::ULong/CORBA::Long.
+
* TAO_IDL/ast/ast_array.cpp,ast_operation.cpp,ast_sequence.cpp,
ast_string.cpp,
TAO_IDL/util/utl_decllist.cpp,utl_exceptlist.cpp,utl_exprlist.cpp,
utl_idlist.cpp,utl_labellist.cpp,utl_namelist.cpp,utl_strlist.cpp:
- moved base class initialization to beginning of initializer list
+ moved base class initialization to beginning of initializer list.
Tue Feb 17 10:43:45 1998 Carlos O'Ryan <coryan@cs.wustl.edu>