summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 18:48:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 18:48:21 +0000
commit374469ff3a986fd234b39f41f8707df2f40facb8 (patch)
tree56285cc2c713b0abb1c35d783d8f48ece71bd332 /TAO/ChangeLog
parent8fb483ab570c7be5bf9f780d2465e201b9e041b8 (diff)
downloadATCD-374469ff3a986fd234b39f41f8707df2f40facb8.tar.gz
ChangeLogTag: Tue Jun 20 18:17:04 UTC 2006 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 336612c8953..5428678db6e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,23 @@
+Tue Jun 20 18:17:04 UTC 2006 Martin Corino <mcorino@remedy.nl>
+
+ * TAO_IDL/tao_idl.cpp:
+ * TAO_IDL/tao_idl.mpc:
+ Changed include directive for "../tao/Version.h" to "tao/Version.h"
+ and added ".." and "$(srcdir)/.." to the list of include dirs in
+ tao_idl.mpc.
+ OpenVMS doesn't grok the "../tao/Version.h" when toa_idl.cpp is
+ compiled for the IFR project.
+
+ * TAO_IDL/driver/drv_preproc.cpp:
+ * TAO_IDL/util/utl_global.cpp:
+ * TAO_IDL/be/be_interface.cpp:
+ Changes to circumvent OpenVMS differences regarding subprocesses,
+ redirection and file naming.
+
+ * TAO_IDL/be/be_helper.cpp:
+ Disabled ACE_OS::fflush () calls for OpenVMS as these slow down
+ things dramatically.
+
Tue Jun 20 18:12:04 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h: