diff options
Diffstat (limited to 'ace/LSOCK.h')
-rw-r--r-- | ace/LSOCK.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/LSOCK.h b/ace/LSOCK.h index 4aa734a4da1..9d5999f5426 100644 --- a/ace/LSOCK.h +++ b/ace/LSOCK.h @@ -22,10 +22,10 @@ #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) class ACE_Export ACE_LSOCK +{ // = TITLE // Create a Local ACE_SOCK, which is used for passing file // descriptors. -{ public: #if defined (ACE_HAS_MSG) int send_handle (const ACE_HANDLE handle) const; |