diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-19 02:14:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-19 02:14:46 +0000 |
commit | cac1c030978bc2ae3c5a16e35b7970965016bdc0 (patch) | |
tree | 0aaed767f2b018c5ace4a8b2435eb147317d5d94 /ace/SPIPE_Acceptor.cpp | |
parent | 5c5390ba4f01a3ce87a43aa4be8328c665ce16e1 (diff) | |
download | ATCD-cac1c030978bc2ae3c5a16e35b7970965016bdc0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SPIPE_Acceptor.cpp')
-rw-r--r-- | ace/SPIPE_Acceptor.cpp | 8 |
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"); |