diff options
Diffstat (limited to 'ACE/ace/SPIPE_Connector.h')
-rw-r--r-- | ACE/ace/SPIPE_Connector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SPIPE_Connector.h b/ACE/ace/SPIPE_Connector.h index f9fc2455ecc..a0e1f36a318 100644 --- a/ACE/ace/SPIPE_Connector.h +++ b/ACE/ace/SPIPE_Connector.h @@ -41,7 +41,7 @@ public: /** * Actively connect and produce a <new_stream> if things go well. * The <remote_sap> is the address that we are trying to connect - * with. The <timeout> is the amount of time to wait to connect. + * with. The @a timeout is the amount of time to wait to connect. * If it's 0 then we block indefinitely. If *timeout == {0, 0} then * the connection is done using non-blocking mode. In this case, if * the connection can't be made immediately the value of -1 is @@ -69,7 +69,7 @@ public: /** * Actively connect and produce a <new_stream> if things go well. * The <remote_sap> is the address that we are trying to connect - * with. The <timeout> is the amount of time to wait to connect. + * with. The @a timeout is the amount of time to wait to connect. * If it's 0 then we block indefinitely. If *timeout == {0, 0} then * the connection is done using non-blocking mode. In this case, if * the connection can't be made immediately the value of -1 is |