summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 16:50:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 16:50:04 +0000
commit51ee0e2215ae97db30bdb09c92b5054033780d5c (patch)
tree93c9500c277344eec96dacadc9278d5e234235e8
parent20d84b24ffc6b5900b704bd8ba836ccd8a44bd14 (diff)
downloadATCD-51ee0e2215ae97db30bdb09c92b5054033780d5c.tar.gz
* TAO_IDL/include/idl_global.h:
* TAO_IDL/util/utl_global.h: * TAO_IDL/driver.drv_args.cpp: * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_exception/cdr_op_ci.cpp: Added command line option -So to suppress the generation of ostream operators for exceptions. Suggested by Greg Holtmeyer <Greg.Holtmeyer@MW.Boeing.com>.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b7c3866351a..1cb619e18c9 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Fri Feb 25 10:45:48 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/include/idl_global.h:
+ * TAO_IDL/util/utl_global.h:
+ * TAO_IDL/driver.drv_args.cpp:
+ * TAO_IDL/be/be_codegen.cpp:
+ * TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_exception/cdr_op_ci.cpp:
+ Added command line option -So to suppress the
+ generation of ostream operators for exceptions.
+ Suggested by Greg Holtmeyer <Greg.Holtmeyer@MW.Boeing.com>.
+
Fri Feb 25 09:44:28 2000 Jeff Parsons <parsons@cs.wustl.edu>
* performance-tests/Latency/dii_client.cpp: