summaryrefslogtreecommitdiff
path: root/ace/SPIPE_Acceptor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-19 02:14:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-19 02:14:46 +0000
commitd28a5f14b16e998e4ac148f6bb4037767f199bc9 (patch)
tree0aaed767f2b018c5ace4a8b2435eb147317d5d94 /ace/SPIPE_Acceptor.cpp
parentb304ae7b77341633fbebda21082ec1b580d70e9c (diff)
downloadATCD-d28a5f14b16e998e4ac148f6bb4037767f199bc9.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SPIPE_Acceptor.cpp')
-rw-r--r--ace/SPIPE_Acceptor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/SPIPE_Acceptor.cpp b/ace/SPIPE_Acceptor.cpp
index a7ed1b43723..352070fdf6e 100644
--- a/ace/SPIPE_Acceptor.cpp
+++ b/ace/SPIPE_Acceptor.cpp
@@ -72,10 +72,10 @@ ACE_SPIPE_Acceptor::create_new_instance (int perms)
return 0;
#elif defined (ACE_WIN32)
// Create a new instance of the Named Pipe (WIN32). A new instance
- // of the named pipe must be created for every client process. If an
- // instance of the named pipe that is already connected to a client
- // process is reused with a new client process, ::ConnectNamedPipe()
- // would fail.
+ // of the named pipe must be created for every client process. If
+ // an instance of the named pipe that is already connected to a
+ // client process is reused with a new client process,
+ // ::ConnectNamedPipe() would fail.
ACE_UNUSED_ARG(perms);
ACE_TRACE ("ACE_SPIPE_Acceptor::create_new_instance");