diff options
Diffstat (limited to 'ace/LSOCK_Acceptor.h')
-rw-r--r-- | ace/LSOCK_Acceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/LSOCK_Acceptor.h b/ace/LSOCK_Acceptor.h index e576b6b9a49..a4ec2a9d5e2 100644 --- a/ace/LSOCK_Acceptor.h +++ b/ace/LSOCK_Acceptor.h @@ -25,10 +25,10 @@ #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) class ACE_Export ACE_LSOCK_Acceptor : public ACE_SOCK_Acceptor +{ // = TITLE // Defines the format and interface for the acceptor side of the // local ACE_SOCK ACE_Stream. -{ public: // = Initialization methods. ACE_LSOCK_Acceptor (void); |