diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-03 23:44:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-03 23:44:10 +0000 |
commit | 42b1334cda9e8baed10d02e05f5edb445908e9af (patch) | |
tree | 81b0133fa13fecf9fb88d6c12216bd7603917d80 /ace/FILE_Addr.h | |
parent | 03f0b7739d207afc358c923a3155dc3cabf44ec0 (diff) | |
download | ATCD-42b1334cda9e8baed10d02e05f5edb445908e9af.tar.gz |
.
Diffstat (limited to 'ace/FILE_Addr.h')
-rw-r--r-- | ace/FILE_Addr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/FILE_Addr.h b/ace/FILE_Addr.h index cb2111e55ef..c03a655289d 100644 --- a/ace/FILE_Addr.h +++ b/ace/FILE_Addr.h @@ -38,7 +38,8 @@ public: // Copy constructor. int set (const ACE_FILE_Addr &sa); - // Acts like a copy constructor. + // Acts like a copy constructor. If <sa> == ACE_Addr::sap_any then + // create a temporary filename using <ACE_OS::mktemp>. ACE_FILE_Addr (LPCTSTR filename); // Create a ACE_FILE_Addr from a pathname. |