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 | d6d880c7a9f4d0e89a17daac9a8dc49eba64859a (patch) | |
tree | effa30730529f6b4baeee896ca56f0c4a2fbfa9b /ace/UPIPE_Connector.h | |
parent | 3df1e33aa260287e69735febdc7fa95647449698 (diff) | |
download | ATCD-d6d880c7a9f4d0e89a17daac9a8dc49eba64859a.tar.gz |
ChangeLogTag:Wed Mar 7 06:11:52 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/UPIPE_Connector.h')
-rw-r--r-- | ace/UPIPE_Connector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/UPIPE_Connector.h b/ace/UPIPE_Connector.h index 8d510ab4489..82053fd59a2 100644 --- a/ace/UPIPE_Connector.h +++ b/ace/UPIPE_Connector.h @@ -47,7 +47,7 @@ public: * the connection is done using non-blocking mode. In this case, if * the connection can't be made immediately the value of -1 is * returned with <errno == EWOULDBLOCK>. If *timeout > {0, 0} then - * this is the amount of time to wait before timing out. If the + * 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> is the value of local address to bind to. If it's * the default value of <ACE_Addr::sap_any> then the user is letting @@ -72,7 +72,7 @@ public: * the connection is done using non-blocking mode. In this case, if * the connection can't be made immediately the value of -1 is * returned with <errno == EWOULDBLOCK>. If *timeout > {0, 0} then - * this is the amount of time to wait before timing out. If the + * 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> is the value of local address to bind to. If it's * the default value of <ACE_Addr::sap_any> then the user is letting |