summaryrefslogtreecommitdiff
path: root/ace/SPIPE_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-10-14 15:39:03 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-10-14 15:39:03 +0000
commitdb3c0aefb0d53e31e185850268a9858636dc8533 (patch)
tree948f11cfc4cdfef60f247adf068dcd9bf7a68bdc /ace/SPIPE_Connector.h
parent29a13d3c99cecf5b8c609ed41278f7926907bdcb (diff)
downloadATCD-db3c0aefb0d53e31e185850268a9858636dc8533.tar.gz
ChangeLogTag:Mon Oct 14 10:12:31 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/SPIPE_Connector.h')
-rw-r--r--ace/SPIPE_Connector.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/SPIPE_Connector.h b/ace/SPIPE_Connector.h
index 83fadc40904..c84fd5151ea 100644
--- a/ace/SPIPE_Connector.h
+++ b/ace/SPIPE_Connector.h
@@ -24,8 +24,9 @@
/**
* @class ACE_SPIPE_Connector
*
- * @brief Defines an active connection factory for the STREAM pipe
- * wrappers.
+ * @brief Defines an active connection factory for <ACE_SPIPE_Stream>.
+ * On Windows this is mapped to Named Pipes, whereas on UNIX it is
+ * mapped to STREAM pipes.
*/
class ACE_Export ACE_SPIPE_Connector
{