summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 16:06:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 16:06:07 +0000
commit572c1b5569e6d6efe3fb4bc7ac6f07d6ec3e6e65 (patch)
treea209f60bcb28f10509c2d099f9ad3168fcc9d87f
parent3302f0b38503ea1fba12f2eb8de8019014a4af2d (diff)
downloadATCD-572c1b5569e6d6efe3fb4bc7ac6f07d6ec3e6e65.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c44
1 files changed, 25 insertions, 19 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 1526d4dc610..ffa19b2d348 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,27 +1,33 @@
+Tue May 18 11:05:23 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * TAO_IDL/Makefile: removed DU cxx warning suppressions
+ because they're no longer necessary (at least with
+ cxx 6.2-020).
+
Mon May 17 19:41:04 1999 Jeff Parsons <parsons@cs.wustl.edu>
- * tao/corbafwd.h:
- * tao/POA_CORBA.h:
- * tao/Typecode_Constants.cpp:
- * tao/DynAnyC.{h,i,cpp}:
- * tao/dynAnyS.cpp:
- * tao/DynArray_i.{h,cpp}:
- * tao/DynSequence_i.{h,cpp}:
- * tao/DynStruct_i.{h,cpp}:
- Moved AnySeq, FieldName, NameValuePair, and
- NameValuePairSeq to the CORBA namespace. They
- had previously been in the global namespace.
- Generated new typecodes for these, to reflect the
- new scoping, and moved the typecodes to
- Typecode_Constants.cpp. Thanks to Serge Du <du@lal.in2p3.fr>
- for pointing out a namespace clash with AnySeq in his
- application that led to all this.
+ * tao/corbafwd.h:
+ * tao/POA_CORBA.h:
+ * tao/Typecode_Constants.cpp:
+ * tao/DynAnyC.{h,i,cpp}:
+ * tao/dynAnyS.cpp:
+ * tao/DynArray_i.{h,cpp}:
+ * tao/DynSequence_i.{h,cpp}:
+ * tao/DynStruct_i.{h,cpp}:
+ Moved AnySeq, FieldName, NameValuePair, and
+ NameValuePairSeq to the CORBA namespace. They
+ had previously been in the global namespace.
+ Generated new typecodes for these, to reflect the
+ new scoping, and moved the typecodes to
+ Typecode_Constants.cpp. Thanks to Serge Du <du@lal.in2p3.fr>
+ for pointing out a namespace clash with AnySeq in his
+ application that led to all this.
Mon May 17 18:17:42 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tao/UIOP_Transport.cpp,
- tao/IIOP_Transport.cpp: Removed ACE_DEFAULT_WRITEV_MAX and
- replaced it with IOV_MAX.
+ * tao/UIOP_Transport.cpp,
+ tao/IIOP_Transport.cpp: Removed ACE_DEFAULT_WRITEV_MAX and
+ replaced it with IOV_MAX.
Mon May 17 15:25:40 1999 David L. Levine <levine@cs.wustl.edu>