summaryrefslogtreecommitdiff
path: root/ace/FILE_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-02 19:12:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-02 19:12:37 +0000
commit7192a066b2aa064c732f18976e2d057e6c4dbef3 (patch)
treebe86e53e8d66e6cb628520193d0e1936aa2b172b /ace/FILE_Connector.h
parent0eda430bf1c7227913c956610f33872fa9da79cf (diff)
downloadATCD-7192a066b2aa064c732f18976e2d057e6c4dbef3.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.h7
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
{