diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2005-04-17 15:46:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2005-04-17 15:46:42 +0000 |
commit | 1ad59afaf0f83ba7fdb8786ed8329444490e56ec (patch) | |
tree | d8bc87bdbbdc97fd931a98010bcd1fbfe79875e3 /ace/MEM_Acceptor.h | |
parent | 817785b3152761355f996fd7649000726b94964f (diff) | |
download | ATCD-1ad59afaf0f83ba7fdb8786ed8329444490e56ec.tar.gz |
ChangeLogTag:Sun Apr 17 10:44:43 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'ace/MEM_Acceptor.h')
-rw-r--r-- | ace/MEM_Acceptor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/MEM_Acceptor.h b/ace/MEM_Acceptor.h index 5e70bf080d3..d0d6edfc707 100644 --- a/ace/MEM_Acceptor.h +++ b/ace/MEM_Acceptor.h @@ -43,9 +43,9 @@ class ACE_Reactor; * it doesn't make any sense at all to make the listening * endpoint visible (or connectable) anywhere outside of this * machine. However, the type of endpoint is left as <ACE_Addr> - * so we can later changed to use UNIX sockets with mmap stream - * if so desired. (Currently, using UNIX socket with this class - * will not work.) + * so we can later changed to use UNIX-domain sockets with mmap stream + * if so desired. (Currently, using UNIX-domain sockets, i.e., + * ACE_LSOCK_*, with this class will not work.) */ class ACE_Export ACE_MEM_Acceptor : public ACE_SOCK_Acceptor { |