From 63d66fe2d238e461706adc9a17108cebbc613748 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 3 Jan 1999 21:48:41 +0000 Subject: . --- ChangeLog-98b | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog-98b') 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 + * ace/FILE_Connector.cpp (connect): When the 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 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. -- cgit v1.2.1