diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-03-07 12:32:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-03-07 12:32:18 +0000 |
commit | c959b3bbf8cdefd0d730254626e795bfede67263 (patch) | |
tree | effa30730529f6b4baeee896ca56f0c4a2fbfa9b /ace/FILE_Connector.h | |
parent | b67a1fd4b2c7b2bfd96c2a5c3d5ae2cccaa11abc (diff) | |
download | ATCD-c959b3bbf8cdefd0d730254626e795bfede67263.tar.gz |
ChangeLogTag:Wed Mar 7 06:11:52 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/FILE_Connector.h')
-rw-r--r-- | ace/FILE_Connector.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/FILE_Connector.h b/ace/FILE_Connector.h index be78d11770d..0675b3ff584 100644 --- a/ace/FILE_Connector.h +++ b/ace/FILE_Connector.h @@ -6,11 +6,10 @@ * * $Id$ * - * @author Doug Schmidt + * @author Doug Schmidt <schmidt@cs.wustl.edu> */ //============================================================================= - #ifndef ACE_FILE_CONNECTOR_H #define ACE_FILE_CONNECTOR_H #include "ace/pre.h" @@ -44,7 +43,7 @@ public: * 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 amount of + * 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> @@ -68,7 +67,7 @@ public: * 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 amount of + * 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> |