diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 6d4337a975f11f01dcfd9b827be431fba0280768 (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/SPIPE_Connector.h | |
parent | faed5414aa90953190faaaacc4051b5f13d94dc1 (diff) | |
download | ATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/SPIPE_Connector.h')
-rw-r--r-- | ace/SPIPE_Connector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SPIPE_Connector.h b/ace/SPIPE_Connector.h index 422e272e004..4e5c2d0ff9a 100644 --- a/ace/SPIPE_Connector.h +++ b/ace/SPIPE_Connector.h @@ -53,7 +53,7 @@ public: // the default value of <ACE_Addr::sap_any> then the user is letting // the OS do the binding. If <reuse_addr> == 1 then the // <local_addr> is reused, even if it hasn't been cleanedup yet. - // The <flags> and <perms> arguments are passed down to the open() + // The <flags> and <perms> arguments are passed down to the <open> // method. int connect (ACE_SPIPE_Stream &new_io, @@ -76,7 +76,7 @@ public: // the default value of <ACE_Addr::sap_any> then the user is letting // the OS do the binding. If <reuse_addr> == 1 then the // <local_addr> is reused, even if it hasn't been cleanedup yet. - // The <flags> and <perms> arguments are passed down to the open() + // The <flags> and <perms> arguments are passed down to the <open> // method. int reset_new_handle (ACE_HANDLE handle); |