diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-03 21:48:41 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-03 21:48:41 +0000 |
commit | 63d66fe2d238e461706adc9a17108cebbc613748 (patch) | |
tree | 25a4dc53aac9c6338b8ed446276ec035b028c18e /ChangeLog-98b | |
parent | c9fdc2d4abb8e28f8460f3c8c1043084207bb2a3 (diff) | |
download | ATCD-63d66fe2d238e461706adc9a17108cebbc613748.tar.gz |
.
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 12 |
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. |