diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-25 14:13:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-25 14:13:48 +0000 |
commit | 726962fe83adccb85f96a7c01e11b92567bd329c (patch) | |
tree | 6d88a42cfcc41800f368b801c2c211e1eb169a1a /ace | |
parent | 517699f9a1082b95355dda79ae79700245f7c693 (diff) | |
download | ATCD-726962fe83adccb85f96a7c01e11b92567bd329c.tar.gz |
ChangeLogTag:Sun Jun 24 08:57:26 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Acceptor.cpp | 3 | ||||
-rw-r--r-- | ace/Object_Manager.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ace/Acceptor.cpp b/ace/Acceptor.cpp index 817c22485bf..ac61481f17b 100644 --- a/ace/Acceptor.cpp +++ b/ace/Acceptor.cpp @@ -77,8 +77,7 @@ ACE_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::open return -1; } - if (this->peer_acceptor_.open (local_addr, - reuse_addr) == -1) + if (this->peer_acceptor_.open (local_addr, reuse_addr) == -1) return -1; // Set the peer acceptor's handle into non-blocking mode. This is a diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h index fb97befe59d..620631a6cb6 100644 --- a/ace/Object_Manager.h +++ b/ace/Object_Manager.h @@ -6,13 +6,12 @@ * * $Id$ * - * @author David L. Levine + * @author David L. Levine <levine@cs.wustl.edu> * @author Matthias Kerkhoff * @author and Per Andersson */ //============================================================================= - #ifndef ACE_OBJECT_MANAGER_H #define ACE_OBJECT_MANAGER_H #include "ace/pre.h" |