summaryrefslogtreecommitdiff
path: root/ACE/ace/FILE_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-09-12 02:04:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-09-12 02:04:15 +0000
commitae31a68765604055e9e20d713fd1f363ab0fd48a (patch)
tree670d2e5326eeb441c5e93ebef0c72d64daebe88d /ACE/ace/FILE_Connector.h
parent0f292d82a7ab464f3cccaf606655fb5b8efcfcf7 (diff)
downloadATCD-ae31a68765604055e9e20d713fd1f363ab0fd48a.tar.gz
ChangeLogTag:Thu
Diffstat (limited to 'ACE/ace/FILE_Connector.h')
-rw-r--r--ACE/ace/FILE_Connector.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/ACE/ace/FILE_Connector.h b/ACE/ace/FILE_Connector.h
index 038f97ee5a1..3521e6490fc 100644
--- a/ACE/ace/FILE_Connector.h
+++ b/ACE/ace/FILE_Connector.h
@@ -51,13 +51,11 @@ public:
* filename (via <ACE_OS::mktemp>). The <timeout> is the amount of
* time to wait to create/open the file. If it's 0 then we block
* indefinitely. If *timeout == {0, 0} then the file is created
- * using non-blocking mode. In this case, if the create/open can't
- * be done immediately the value of -1 is returned with <errno ==
- * EWOULDBLOCK>. If *timeout > {0, 0} then this is the maximum amount of
- * time to wait before timing out. If the time expires before the
- * connection is made <errno == ETIME>. The <local_sap> and
- * <reuse_addr> parameters are ignored. The <flags> and <perms>
- * arguments are passed down to the <ACE_OS::open> method.
+ * using non-blocking mode. If *timeout > {0, 0} then this is the
+ * maximum amount of time to wait before timing out. The
+ * <local_sap> and <reuse_addr> parameters are ignored. The <flags>
+ * and <perms> arguments are passed down to the <ACE_OS::open>
+ * method.
*/
ACE_FILE_Connector (ACE_FILE_IO &new_io,
const ACE_FILE_Addr &remote_sap,