summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-19 01:12:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-19 01:12:30 +0000
commit4ed2b41f2f8bb428090fcd53db4141785ed19f7c (patch)
treefe9069ca109b6c02706b4ad0bb4df8faf43ea67c
parentd0c5a3d81b44fbfeda73a8fb4e3e19fd0343539f (diff)
downloadATCD-4ed2b41f2f8bb428090fcd53db4141785ed19f7c.tar.gz
* TAO_IDL/include/idl_global.h:
* TAO_IDL/util/utl_global.cpp: * TAO_IDL/driver/drv_args.cpp: * TAO_IDL/be/be_visitor_root/root.cpp: * TAO_IDL/be/be_visitor_root/root_sh.cpp: * TAO_IDL/be/be_visitor_root/root_si.cpp: * TAO_IDL/be/be_visitor_root/root_ss.cpp: * TAO_IDL/be/be_visitor_interface/interface_sh.cpp: * TAO_IDL/be/be_visitor_interface/interface_si.cpp: Added command line option -Sc to suppress generation of tie classes and *S_T.* files. A question about this was sent in by Alex Hornby <alex@anvil.co.uk>, which prompted the implementation.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 181e38605fe..c950db10f70 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,19 @@
+Fri Feb 18 19:05:11 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/include/idl_global.h:
+ * TAO_IDL/util/utl_global.cpp:
+ * TAO_IDL/driver/drv_args.cpp:
+ * TAO_IDL/be/be_visitor_root/root.cpp:
+ * TAO_IDL/be/be_visitor_root/root_sh.cpp:
+ * TAO_IDL/be/be_visitor_root/root_si.cpp:
+ * TAO_IDL/be/be_visitor_root/root_ss.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_si.cpp:
+ Added command line option -Sc to suppress generation
+ of tie classes and *S_T.* files. A question about this
+ was sent in by Alex Hornby <alex@anvil.co.uk>, which
+ prompted the implementation.
+
Fri Feb 18 13:53:43 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp: