summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 05:14:04 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 05:14:04 +0000
commit2442150a8f5c5021ee561bb29e62d83fce4ecf72 (patch)
treeb88b2ad5f26a778193793608182df202ee170f0e
parentfde551a2a5bf484f811359a9a5ce476c563263a9 (diff)
downloadATCD-2442150a8f5c5021ee561bb29e62d83fce4ecf72.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b8
-rw-r--r--TAO/ChangeLog-98c9
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 26ff5d7e3c0..5aa8c99dd77 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,11 @@
+Fri Sep 18 00:07:31 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * ace/ACE.h (ACE):
+ * ace/ACE.cpp (open_temp_file): Added this method to do open for
+ the temp files, so that they will get deleted when they are
+ closed.
+ Thanks to Nanbor and Carlos.
+
Thu Sep 17 23:01:50 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Containers.i: resurrected the file properly.
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index e7c822a631d..5ca90818f95 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,12 @@
+Fri Sep 18 00:11:07 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * TAO_IDL/be/be_codegen.cpp:
+ * TAO_IDL/be_include/be_interface.h:
+ * TAO_IDL/be/be_interface.cpp:
+
+ Used ACE::open_temp_file () instead of ACE_OS::open ().
+ Commented out be_interface::cleanup_gperf_temp_file ().
+
Thu Sep 17 23:47:31 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp: