summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-19 11:41:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-19 11:41:31 +0000
commit09a3545de1b2f32ae8c7faa0c3f0bf3c7dc4381b (patch)
tree2ae6788acab6523b1486568cab143856f2d21f65 /ACE/ace/SOCK.h
parent936227ecada92382d9a191c39bfbcddba5d73b0c (diff)
downloadATCD-09a3545de1b2f32ae8c7faa0c3f0bf3c7dc4381b.tar.gz
Wed Mar 19 11:41:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/SOCK.h')
-rw-r--r--ACE/ace/SOCK.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SOCK.h b/ACE/ace/SOCK.h
index d1c67cd87ff..1defcba62dd 100644
--- a/ACE/ace/SOCK.h
+++ b/ACE/ace/SOCK.h
@@ -42,13 +42,13 @@ class ACE_Export ACE_SOCK : public ACE_IPC_SAP
{
public:
- /// Wrapper around the <setsockopt> system call.
+ /// Wrapper around the @c setsockopt system call.
int set_option (int level,
int option,
void *optval,
int optlen) const;
- /// Wrapper around the <getsockopt> system call.
+ /// Wrapper around the @c getsockopt system call.
int get_option (int level,
int option,
void *optval,