summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-23 19:32:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-23 19:32:20 +0000
commitf45cdc9de9e05373a71e678465d36427d06b9b97 (patch)
treea00b88710cc694ed50c2f7a71dc648effac306db
parent428987873ce0213d60cdc359ec6d274bd2a00230 (diff)
downloadATCD-f45cdc9de9e05373a71e678465d36427d06b9b97.tar.gz
* TAO_IDL/tao_idl.cpp:
* TAO_IDL/be_include/be_decl.h: * TAO_IDL/driver/drv_args.cpp: * TAO_IDL/driver/drv_preproc.cpp: * TAO_IDL/include/drv_private.h: * TAO_IDL/include/idl_global.h: * TAO_IDL/util/utl_global.cpp: Applied patches sent in by Craig Rodrigues <rodrigc@mediaone.net> to enable the IDL compiler to process multiple files. The code that was there worked on Solaris, but not on Linux or Win32. These changes have made it work portably. Also moved some global declarations to allow their use by more than one file, and made the usual ACE-ification and cosmetic changes.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9126893e9c7..4076880faa6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,20 @@
+Wed May 23 14:26:07 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/tao_idl.cpp:
+ * TAO_IDL/be_include/be_decl.h:
+ * TAO_IDL/driver/drv_args.cpp:
+ * TAO_IDL/driver/drv_preproc.cpp:
+ * TAO_IDL/include/drv_private.h:
+ * TAO_IDL/include/idl_global.h:
+ * TAO_IDL/util/utl_global.cpp:
+
+ Applied patches sent in by Craig Rodrigues <rodrigc@mediaone.net>
+ to enable the IDL compiler to process multiple files. The
+ code that was there worked on Solaris, but not on Linux or Win32.
+ These changes have made it work portably. Also moved some
+ global declarations to allow their use by more than one file,
+ and made the usual ACE-ification and cosmetic changes.
+
Wed May 23 13:01:44 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/RTCORBA/Thread_Pool/client.cpp: Changed the default number