diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-01-02 19:12:37 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-01-02 19:12:37 +0000 |
commit | 01d3096284a8752a23b5e6b91904beb5e1403f48 (patch) | |
tree | be86e53e8d66e6cb628520193d0e1936aa2b172b /ace/FILE_Connector.h | |
parent | ebb6d3812869855c21aa06bce4187cb087f11ef3 (diff) | |
download | ATCD-01d3096284a8752a23b5e6b91904beb5e1403f48.tar.gz |
ChangeLogTag:Wed Jan 2 08:19:18 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/FILE_Connector.h')
-rw-r--r-- | ace/FILE_Connector.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/FILE_Connector.h b/ace/FILE_Connector.h index 0675b3ff584..859872b45d1 100644 --- a/ace/FILE_Connector.h +++ b/ace/FILE_Connector.h @@ -25,6 +25,13 @@ * @class ACE_FILE_Connector * * @brief Defines an active connection factory for the ACE_FILE wrappers. + * + * Note that the O_APPEND flag is only partly supported on Win32. If + * you specify O_APPEND, then the file pointer will be positioned at + * the end of the file initially during open, but it is not + * re-positioned at the end prior to each write, as specified by + * POSIX. This is generally good enough for typical situations, but + * it is ``not quite right'' in its semantics. */ class ACE_Export ACE_FILE_Connector { |