summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-03 21:48:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-03 21:48:41 +0000
commitfdcdf85d64fe723d212a5d7ebc58ef463869913f (patch)
tree25a4dc53aac9c6338b8ed446276ec035b028c18e /ChangeLog-98b
parent55147c5ba6dc403aaf7428fb7720175d3161d80b (diff)
downloadATCD-fdcdf85d64fe723d212a5d7ebc58ef463869913f.tar.gz
.
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index c26a549c310..2dbc925a66f 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,5 +1,17 @@
Sun Jan 3 14:39:49 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+ * ace/FILE_Connector.cpp (connect): When the <remote_sap> argument
+ is ACE_Addr::sap_any, then connect will select a temporary
+ filename using the new ACE_DEFAULT_TEMP_FILE macro and
+ ACE_OS::mktemp().
+
+ * ace/OS.h: Added a new ACE_DEFAULT_TEMP_FILE macro that defaults
+ to "/tmp/ace-file-XXXXXX" and is used by the ACE_FILE_Connector
+ to create a temporary file when it's given an ACE_Addr::sap_any.
+
+ * ace/FILE_Addr.h: The <set> accessor should return an int to be
+ consistent.
+
* ace/OS.h: Added a new ACE_sap_any_cast macro, which makes it
much easier to cast the ACE_Addr::sap_any to the right subclass.