summaryrefslogtreecommitdiff
path: root/ace/SOCK.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK.h')
-rw-r--r--ace/SOCK.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/SOCK.h b/ace/SOCK.h
index 71cc8b4df4a..2cc10c3ec2d 100644
--- a/ace/SOCK.h
+++ b/ace/SOCK.h
@@ -6,10 +6,11 @@
*
* $Id$
*
- * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ * @author Doug Schmidt
*/
//=============================================================================
+
#ifndef ACE_SOCK_H
#define ACE_SOCK_H
#include "ace/pre.h"
@@ -33,7 +34,7 @@
* This class provides functions that are common to all of the
* <ACE_SOCK_*> classes. <ACE_SOCK> provides the ability to get
* and set socket options, get the local and remote addresses,
- * and open and close a socket handle.
+ * and close the socket.
*/
class ACE_Export ACE_SOCK : public ACE_IPC_SAP
{
@@ -53,7 +54,7 @@ public:
void *optval,
int *optlen) const;
- /// Close down the socket handle.
+ /// Close down the socket.
int close (void);
/// Return the local endpoint address in the referenced <ACE_Addr>.